Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 7 of 7) sorted by relevance

/unit/src/
H A Dnxt_thread_pool.c170 nxt_atomic_uint_t waiting, threads; in nxt_thread_pool_wait() local
271 nxt_atomic_uint_t threads; in nxt_thread_pool_exit() local
H A Dnxt_application.h54 uint32_t threads; member
68 uint32_t threads; member
75 uint32_t threads; member
85 uint32_t threads; member
H A Dnxt_thread_pool.h17 nxt_atomic_t threads; member
H A Dnxt_router.h43 uint32_t threads; member
H A Dnxt_router.c3197 nxt_uint_t n, threads; in nxt_router_engines_create() local
3454 nxt_uint_t i, threads; in nxt_router_threads_create() local
H A Dnxt_conf_validation.c2013 int64_t threads; in nxt_conf_vldt_threads() local
/unit/src/test/
H A Dnxt_unit_app_test.c41 static pthread_t *threads; variable