Home
last modified time | relevance | path

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

/dports/www/nginx-full/lua-nginx-module-0.10.19/src/
H A Dngx_http_lua_timer.c360 ngx_http_lua_free_thread(r, L, co_ref, co, lmcf); in ngx_http_lua_ngx_timer_helper()
497 ngx_http_lua_free_thread(NULL, L, co_ref, co, lmcf); in ngx_http_lua_timer_copy()
700 ngx_http_lua_free_thread(r, L, tctx.co_ref, tctx.co, lmcf); in ngx_http_lua_timer_handler()
H A Dngx_http_lua_util.h559 ngx_http_lua_free_thread(ngx_http_request_t *r, lua_State *L, int co_ref, in ngx_http_lua_free_thread() function