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

/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dthread_data.c30 static int _info_key_ok = 0; variable
88 /* _info_key_ok is set to 1 if pthread_key_create succeeded */
89 if (pthread_key_create(&_info_key, _LI_data_free) == 0) _info_key_ok = 1;
102 if (_info_key_ok == 0) return NULL;

Completed in 106 milliseconds