Searched defs:c (Results 1 – 15 of 15) sorted by relevance
/libuv/test/ |
H A D | test-condvar.c | 75 worker_config* c = arg; in worker() local 82 static void condvar_signal(worker_config* c, int* flag) { in condvar_signal() 106 static int condvar_wait(worker_config* c, const int* flag) { in condvar_wait() 166 static int condvar_timedwait(worker_config* c, const int* flag) { in condvar_timedwait()
|
H A D | test-test-macros.c | 33 char* c = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in TEST_IMPL() local
|
H A D | test-thread-affinity.c | 55 int c; in TEST_IMPL() local
|
H A D | test-semaphore.c | 37 worker_config* c = arg; in worker() local
|
H A D | test-idna.c | 103 char c[1]; in TEST_IMPL() local
|
H A D | test-barrier.c | 38 worker_config* c = arg; in worker() local
|
H A D | test-fs.c | 874 utime_check_t* c; in utime_cb() local 889 utime_check_t* c; in futime_cb() local 904 utime_check_t* c; in lutime_cb() local
|
H A D | test-spawn.c | 2035 ssize_t r, w, c; in spawn_stdin_stdout() local
|
/libuv/src/ |
H A D | idna.c | 75 unsigned c; in uv__utf8_decode1_slow() local 156 unsigned c; in uv__idna_toascii_label() local 321 unsigned c; in uv__idna_toascii() local
|
/libuv/src/unix/ |
H A D | random-devurandom.c | 75 char c; in uv__random_devurandom_init() local
|
H A D | core.c | 82 # define uv__accept4(a, b, c, d) paccept((a), (b), (c), NULL, (d)) argument 1981 uv__cpu_constraint c = {0, 0, 0.0}; in uv_available_parallelism() local
|
H A D | ibmi.c | 324 int c[6]; in get_ibmi_physical_address() local
|
H A D | linux.c | 1763 struct cpu* c; in uv_cpu_info() local
|
/libuv/src/win/ |
H A D | tty.c | 1703 unsigned char c = buf.base[j]; local
|
H A D | fs.c | 132 #define IS_SLASH(c) ((c) == L'\\' || (c) == L'/') argument 133 #define IS_LETTER(c) (((c) >= L'a' && (c) <= L'z') || \ argument
|
Completed in 85 milliseconds