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

  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
mttest.c 130 static MPKSema ThreadSem;
414 MPKSemaphoreSignal(ThreadSem);
1143 ThreadSem = MPKSemaphoreAlloc("OpenSSL mttest semaphore", 0 );
1165 MPKSemaphoreFree(ThreadSem);
1200 MPKSemaphoreWait(ThreadSem);
  /external/openssl/crypto/threads/
mttest.c 130 static MPKSema ThreadSem;
414 MPKSemaphoreSignal(ThreadSem);
1143 ThreadSem = MPKSemaphoreAlloc("OpenSSL mttest semaphore", 0 );
1165 MPKSemaphoreFree(ThreadSem);
1200 MPKSemaphoreWait(ThreadSem);

Completed in 33 milliseconds