Searched refs:thisPID (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/callgrind/ |
D | command.c | 51 static Int thisPID = 0; variable 63 CLG_ASSERT(thisPID != 0); in setup_control() 74 dir, DEFAULT_COMMANDNAME, thisPID); in setup_control() 89 dir, DEFAULT_RESULTNAME, thisPID); in setup_control() 104 VG_(sprintf)(info_file, "%s/%s.%d", tmpdir, DEFAULT_INFONAME, thisPID); in setup_control() 106 CLG_DEBUG(1, "Setup for interactive control (PID: %d):\n", thisPID); in setup_control() 157 thisPID = VG_(getpid)(); in CLG_() 366 if (thisPID != currentPID) { in CLG_() 367 thisPID = currentPID; in CLG_()
|
D | dump.c | 1685 static int thisPID = 0; in CLG_() local 1687 if (currentPID == thisPID) { in CLG_() 1692 thisPID = currentPID; in CLG_()
|