Searched refs:thread_arg (Results 1 – 1 of 1) sorted by relevance
84 struct thread_arg { struct105 static size_t num_waiters_inc(struct thread_arg *arg) in num_waiters_inc() argument118 static size_t num_waiters_dec(struct thread_arg *arg) in num_waiters_dec()377 static uint32_t process_alloc(struct thread_arg *arg, size_t num_params, in process_alloc()567 static bool spawn_thread(struct thread_arg *arg) in spawn_thread()596 static bool process_one_request(struct thread_arg *arg) in process_one_request()666 struct thread_arg *arg = a; in thread_main()684 struct thread_arg arg = { .fd = -1 }; in main()
Completed in 7 milliseconds