Lines Matching refs:nxt_pid_t
62 static nxt_process_t *nxt_proto_process_find(nxt_task_t *task, nxt_pid_t pid);
64 static nxt_process_t *nxt_proto_process_remove(nxt_task_t *task, nxt_pid_t pid);
705 nxt_pid_t isolated_pid, pid; in nxt_proto_process_created_handler()
768 nxt_pid_t pid; in nxt_proto_sigchld_handler()
1169 nxt_pid_t *qpid; in nxt_proto_lvlhsh_isolated_pid_test()
1173 qpid = (nxt_pid_t *) lhq->key.start; in nxt_proto_lvlhsh_isolated_pid_test()
1192 nxt_proto_process_lhq_pid(nxt_lvlhsh_query_t *lhq, nxt_pid_t *pid) in nxt_proto_process_lhq_pid()
1194 lhq->key_hash = nxt_murmur_hash2(pid, sizeof(nxt_pid_t)); in nxt_proto_process_lhq_pid()
1195 lhq->key.length = sizeof(nxt_pid_t); in nxt_proto_process_lhq_pid()
1232 nxt_proto_process_remove(nxt_task_t *task, nxt_pid_t pid) in nxt_proto_process_remove()
1267 nxt_proto_process_find(nxt_task_t *task, nxt_pid_t pid) in nxt_proto_process_find()