Home
last modified time | relevance | path

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

/external/openssl/crypto/threads/
Dmttest.c130 static MPKSema ThreadSem; variable
414 MPKSemaphoreSignal(ThreadSem); in ndoit()
1143 ThreadSem = MPKSemaphoreAlloc("OpenSSL mttest semaphore", 0 ); in thread_setup()
1165 MPKSemaphoreFree(ThreadSem); in thread_cleanup()
1200 MPKSemaphoreWait(ThreadSem); in do_threads()