Lines Matching defs:pid
150 int pid;
151 if (!args[0]->Int32Value(context).To(&pid)) return;
157 (pid == 0 || pid == -1 || pid == own_pid || pid == -own_pid) &&
164 int err = uv_kill(pid, sig);
354 pid_t pid = args[0].As<Integer>()->Value();
355 int r = kill(pid, SIGUSR1);
364 static int GetDebugSignalHandlerMappingName(DWORD pid,
367 return _snwprintf(buf, buf_len, L"node-debug-handler-%u", pid);
383 DWORD pid = 0;
393 pid = static_cast<DWORD>(args[0].As<Integer>()->Value());
399 pid);
407 pid, mapping_name, arraysize(mapping_name)) < 0) {