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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/threads/
H A Dmttest.c123 static MPKSema ThreadSem; variable
390 MPKSemaphoreSignal(ThreadSem);
1054 ThreadSem = MPKSemaphoreAlloc("OpenSSL mttest semaphore", 0);
1075 MPKSemaphoreFree(ThreadSem);
1106 MPKSemaphoreWait(ThreadSem);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dmttest.c128 static MPKSema ThreadSem; variable
412 MPKSemaphoreSignal(ThreadSem);
1141 ThreadSem = MPKSemaphoreAlloc("OpenSSL mttest semaphore", 0 );
1163 MPKSemaphoreFree(ThreadSem);
1198 MPKSemaphoreWait(ThreadSem);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/threads/
H A Dmttest.c123 static MPKSema ThreadSem; variable
390 MPKSemaphoreSignal(ThreadSem);
1054 ThreadSem = MPKSemaphoreAlloc("OpenSSL mttest semaphore", 0);
1075 MPKSemaphoreFree(ThreadSem);
1106 MPKSemaphoreWait(ThreadSem);

Completed in 166 milliseconds