Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_runtime.c1515 nxt_runtime_process_release(nxt_runtime_t *rt, nxt_process_t *process) in nxt_runtime_process_release() function
H A Dnxt_runtime.h111 void nxt_runtime_process_release(nxt_runtime_t *rt, nxt_process_t *process);
H A Dnxt_process.c142 nxt_runtime_process_release(task->thread->runtime, process); in nxt_process_use()