Home
last modified time | relevance | path

Searched refs:nxt_thread_start_t (Results 1 – 3 of 3) sorted by last modified time

/unit/src/
H A Dnxt_thread.h80 typedef void (*nxt_thread_start_t)(void *data); typedef
83 nxt_thread_start_t start;
H A Dnxt_thread.c106 nxt_thread_start_t start; in nxt_thread_trampoline()
/unit/src/test/
H A Dnxt_cq_test.c296 worker_create(nxt_worker_info_t *wi, int id, nxt_thread_start_t start) in worker_create()