Searched refs:currentPID (Results 1 – 2 of 2) sorted by relevance
359 Int currentPID; in CLG_() local365 currentPID = VG_(getpid)(); in CLG_()366 if (thisPID != currentPID) { in CLG_()367 thisPID = currentPID; in CLG_()
1686 int currentPID = VG_(getpid)(); in CLG_() local1687 if (currentPID == thisPID) { in CLG_()1692 thisPID = currentPID; in CLG_()