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

  /external/chromium_org/net/third_party/nss/ssl/
sslmutex.h 64 PRInt32 nWaiters;
sslmutex.c 107 pMutex->u.pipeStr.nWaiters = 0;
157 pMutex->u.pipeStr.nWaiters = 0;
165 /* nWaiters includes the holder of the lock (if any) and the number
166 ** threads waiting for it. After incrementing nWaiters, if the count
185 newValue = PR_ATOMIC_DECREMENT(&pMutex->u.pipeStr.nWaiters);
215 newValue = PR_ATOMIC_INCREMENT(&pMutex->u.pipeStr.nWaiters);
  /external/valgrind/main/helgrind/
hg_main.c     [all...]

Completed in 147 milliseconds