Home
last modified time | relevance | path

Searched refs:ngx_notify (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.h447 static inline ngx_int_t ngx_notify(ngx_event_handler_pt handler) { in ngx_notify() function
469 #define ngx_notify ngx_event_actions.notify macro
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_thread_pool.c114 if (ngx_notify == NULL) { in ngx_thread_pool_init()
359 (void) ngx_notify(ngx_thread_pool_handler); in ngx_thread_pool_cycle()