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

/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dthread_data.c29 static pthread_key_t _info_key = 0; variable
89 if (pthread_key_create(&_info_key, _LI_data_free) == 0) _info_key_ok = 1;
98 /* only one thread should create the _info_key */
105 libinfo_data = pthread_getspecific(_info_key);
111 pthread_setspecific(_info_key, libinfo_data);

Completed in 113 milliseconds