Home
last modified time | relevance | path

Searched refs:worker_config (Results 1 – 3 of 3) sorted by relevance

/third_party/libuv/test/
Dtest-condvar.c28 struct worker_config;
30 typedef void (*signal_func)(struct worker_config* c, int* flag);
31 typedef int (*wait_func)(struct worker_config* c, const int* flag);
33 typedef struct worker_config { struct
43 } worker_config; argument
45 void worker_config_init(worker_config* wc, in worker_config_init()
64 void worker_config_destroy(worker_config* wc) { in worker_config_destroy()
75 worker_config* c = arg; in worker()
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()
[all …]
Dtest-barrier.c34 } worker_config; typedef
38 worker_config* c = arg; in worker()
49 worker_config wc; in TEST_IMPL()
70 worker_config wc; in TEST_IMPL()
91 worker_config wc; in TEST_IMPL()
Dtest-semaphore.c33 } worker_config; typedef
37 worker_config* c = arg; in worker()
52 worker_config wc; in TEST_IMPL()
76 worker_config wc; in TEST_IMPL()