Searched refs:pthreads_locking_callback (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/threads/
H A Dth-lock.c95 static void pthreads_locking_callback(int mode, int type, char *file,
345 CRYPTO_set_locking_callback((void (*)())pthreads_locking_callback);
360 void pthreads_locking_callback(int mode, int type, char *file, int line) function
H A Dmttest.c111 void pthreads_locking_callback(int mode, int type, const char *file, int line);
963 CRYPTO_set_locking_callback(pthreads_locking_callback);
982 void pthreads_locking_callback(int mode, int type, const char *file, int line) function

Completed in 95 milliseconds