Home
last modified time | relevance | path

Searched defs:c (Results 1 – 15 of 15) sorted by relevance

/libuv/test/
H A Dtest-condvar.c75 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 Dtest-test-macros.c33 char* c = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in TEST_IMPL() local
H A Dtest-idna.c103 char c[1]; in TEST_IMPL() local
H A Dtest-thread-affinity.c55 int c; in TEST_IMPL() local
H A Dtest-semaphore.c37 worker_config* c = arg; in worker() local
H A Dtest-barrier.c38 worker_config* c = arg; in worker() local
H A Dtest-fs.c873 utime_check_t* c; in utime_cb() local
888 utime_check_t* c; in futime_cb() local
903 utime_check_t* c; in lutime_cb() local
H A Dtest-spawn.c2035 ssize_t r, w, c; in spawn_stdin_stdout() local
/libuv/src/
H A Didna.c75 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 Drandom-devurandom.c75 char c; in uv__random_devurandom_init() local
H A Dcore.c81 # define uv__accept4(a, b, c, d) paccept((a), (b), (c), NULL, (d)) argument
1873 uv__cpu_constraint c = {0, 0, 0.0}; in uv_available_parallelism() local
H A Dibmi.c324 int c[6]; in get_ibmi_physical_address() local
H A Dlinux.c1734 struct cpu* c; in uv_cpu_info() local
/libuv/src/win/
H A Dtty.c1703 unsigned char c = buf.base[j]; local
H A Dfs.c120 #define IS_SLASH(c) ((c) == L'\\' || (c) == L'/') argument
121 #define IS_LETTER(c) (((c) >= L'a' && (c) <= L'z') || \ argument

Completed in 73 milliseconds