Searched refs:threadsafe (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dget_compat.c41 static pthread_once_t threadsafe = PTHREAD_ONCE_INIT; variable
81 pthread_once(&threadsafe, check_env_var);
/macosx-10.10.1/OpenSSL098-52/src/engines/vendor_defns/
H A Dsureware.h42 * in param threadsafe, if !=0, thread safe enabled
45 typedef int SureWareHook_Init_t(char*const msg,int threadsafe);
/macosx-10.10.1/apr-32/apr-util/apr-util/crypto/
H A Dapr_passwd.c64 #error apr_password_validate() is not threadsafe. rebuild APR without thread support.
/macosx-10.10.1/OpenSSL098-52/src/engines/
H A De_sureware.c383 static int threadsafe=1; variable
413 threadsafe = 0;
497 if(p_surewarehk_Init(msg,threadsafe)==SUREWAREHOOK_ERROR_UNIT_FAILURE)
502 if(p_surewarehk_Init(msg,threadsafe)==SUREWAREHOOK_ERROR_UNIT_FAILURE)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcs.vim74 syn keyword csXmlTag contained threadsafe value internalonly nodoc exception param permission platnote

Completed in 258 milliseconds