Searched refs:current_pid (Results 1 – 4 of 4) sorted by relevance
85 int current_pid = getpid() & 0xffff; // we use only the low order 16 bits in AddressIsReadable() local92 while (current_pid != pid) { in AddressIsReadable()100 uint64_t new_pid_and_fds = Pack(current_pid, p[0], p[1]); in AddressIsReadable()
176 int current_pid; member2321 if (prg && prg->nb_pids && prg->pids[0] != ts->current_pid) in pmt_cb()2326 add_pid_to_program(prg, ts->current_pid); in pmt_cb()2385 if (pid == ts->current_pid) in pmt_cb()2528 if (pmt_pid == ts->current_pid) in pat_cb()2740 ts->current_pid = pid; in handle_packet()
366 DWORD current_pid = GetCurrentProcessId(); in uv_os_getppid() local373 if (pe.th32ProcessID == current_pid) { in uv_os_getppid()