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

/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldExceptions.c64 static pthread_key_t sCxaKey = 0; variable
74 if ( sCxaKey == 0 ) {
77 _ZN4dyld17gLibSystemHelpersE->pthread_key_create(&sCxaKey, &free);
79 char* data = (char*)_ZN4dyld17gLibSystemHelpersE->pthread_getspecific(sCxaKey);
82 _ZN4dyld17gLibSystemHelpersE->pthread_setspecific(sCxaKey, data);
94 return _ZN4dyld17gLibSystemHelpersE->pthread_getspecific(sCxaKey);

Completed in 110 milliseconds