Home
last modified time | relevance | path

Searched refs:currentPID (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/callgrind/
Dcommand.c359 Int currentPID; in CLG_() local
365 currentPID = VG_(getpid)(); in CLG_()
366 if (thisPID != currentPID) { in CLG_()
367 thisPID = currentPID; in CLG_()
Ddump.c1686 int currentPID = VG_(getpid)(); in CLG_() local
1687 if (currentPID == thisPID) { in CLG_()
1692 thisPID = currentPID; in CLG_()