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

/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldExceptions.c151 // __Unwind_SjLj_SetThreadKey().
153 void __Unwind_SjLj_SetThreadKey(pthread_key_t key) function
156 //_ZN4dyld3logEPKcz("__Unwind_SjLj_SetThreadKey(key=%d), sStaticThreadChain=%p\n", key, sStaticThreadChain);
160 //_ZN4dyld3logEPKcz("__Unwind_SjLj_SetThreadKey(key=%d), result=%d, new top=%p\n", key, result, pthread_getspecific(sThreadChainKey));
H A DdyldAPIs.cpp61 extern "C" void __Unwind_SjLj_SetThreadKey(pthread_key_t key);
1271 __Unwind_SjLj_SetThreadKey(key);

Completed in 72 milliseconds