Home
last modified time | relevance | path

Searched refs:ngx_thread_task_alloc (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_thread_pool.h32 ngx_thread_task_t *ngx_thread_task_alloc(ngx_pool_t *pool, size_t size);
H A Dngx_thread_pool.c215 ngx_thread_task_alloc(ngx_pool_t *pool, size_t size) in ngx_thread_task_alloc() function
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.c108 task = ngx_thread_task_alloc(pool, sizeof(ngx_thread_file_ctx_t)); in ngx_thread_read()
490 task = ngx_thread_task_alloc(pool, in ngx_thread_write_chain_to_file()
H A Dngx_linux_sendfile_chain.c328 task = ngx_thread_task_alloc(c->pool, sizeof(ngx_linux_sendfile_ctx_t)); in ngx_linux_sendfile_thread()