Home
last modified time | relevance | path

Searched refs:current_pid (Results 1 – 4 of 4) sorted by relevance

/third_party/abseil-cpp/absl/debugging/internal/
Daddress_is_readable.cc85 int current_pid = getpid() & 0xffff; // we use only the low order 16 bits in AddressIsReadable() local
92 while (current_pid != pid) { in AddressIsReadable()
100 uint64_t new_pid_and_fds = Pack(current_pid, p[0], p[1]); in AddressIsReadable()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Daddress_is_readable.cc85 int current_pid = getpid() & 0xffff; // we use only the low order 16 bits in AddressIsReadable() local
92 while (current_pid != pid) { in AddressIsReadable()
100 uint64_t new_pid_and_fds = Pack(current_pid, p[0], p[1]); in AddressIsReadable()
/third_party/ffmpeg/libavformat/
Dmpegts.c176 int current_pid; member
2321 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()
/third_party/libuv/src/win/
Dutil.c366 DWORD current_pid = GetCurrentProcessId(); in uv_os_getppid() local
373 if (pe.th32ProcessID == current_pid) { in uv_os_getppid()