Searched refs:mutexCount (Results 1 – 1 of 1) sorted by relevance
131 unsigned mutexCount = State->get<MutexCounter>(); in checkPostCall() local132 if (isUnlockFunction(Call) && mutexCount > 0) { in checkPostCall()133 State = State->set<MutexCounter>(--mutexCount); in checkPostCall()136 State = State->set<MutexCounter>(++mutexCount); in checkPostCall()138 } else if (mutexCount > 0) { in checkPostCall()