HomeSort by relevance Sort by last modified time
    Searched refs:thisPID (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/callgrind/
command.c 51 static Int thisPID = 0;
63 CLG_ASSERT(thisPID != 0);
74 dir, DEFAULT_COMMANDNAME, thisPID);
89 dir, DEFAULT_RESULTNAME, thisPID);
104 VG_(sprintf)(info_file, "%s/%s.%d", tmpdir, DEFAULT_INFONAME, thisPID);
106 CLG_DEBUG(1, "Setup for interactive control (PID: %d):\n", thisPID);
157 thisPID = VG_(getpid)();
366 if (thisPID != currentPID) {
367 thisPID = currentPID;
dump.c     [all...]

Completed in 171 milliseconds