Searched refs:worker_config (Results 1 – 3 of 3) sorted by relevance
28 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 { struct43 } worker_config; argument45 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 …]
34 } worker_config; typedef38 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()
33 } worker_config; typedef37 worker_config* c = arg; in worker()52 worker_config wc; in TEST_IMPL()76 worker_config wc; in TEST_IMPL()