Searched defs:worker (Results 1 – 10 of 10) sorted by relevance
43 struct worker { struct44 int tid;45 u_int32_t *futex;46 pthread_t thread;70 static void *workerfn(void *arg) in workerfn() argument130 struct worker *worker = NULL; in bench_futex_hash() local
27 struct worker { struct35 static struct worker *worker; variable
118 struct worker { struct119 int tid;120 int epollfd; /* for --multiq */121 pthread_t thread;122 unsigned long ops;123 int *fdmap;292 static int do_threads(struct worker *worker, struct perf_cpu_map *cpu) in do_threads()382 struct worker *worker = p; in writerfn() local436 struct worker *worker = NULL; in bench_epoll_wait() local
67 struct worker { struct68 int tid;69 pthread_t thread;70 unsigned long ops[EPOLL_NR_OPS];71 int *fdmap;223 static int do_threads(struct worker *worker, struct perf_cpu_map *cpu) in do_threads()317 struct worker *worker = NULL; in bench_epoll_ctl() local
150 static void create_thread_worker(union messaging_worker *worker, in create_thread_worker()171 static void create_process_worker(union messaging_worker *worker, in create_process_worker()185 static void create_worker(union messaging_worker *worker, in create_worker()194 static void reap_worker(union messaging_worker *worker) in reap_worker()210 static unsigned int group(union messaging_worker *worker, in group()
36 static pthread_t *worker; variable
41 pthread_t worker; member
18 static void *worker(void *p) in worker() function
26 void *worker(void *unused) in worker() function