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

/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldExceptions.c145 static pthread_key_t sThreadChainKey = 0; variable
155 sThreadChainKey = key;
158 _ZN4dyld17gLibSystemHelpersE->pthread_setspecific(sThreadChainKey, sStaticThreadChain);
160 //_ZN4dyld3logEPKcz("__Unwind_SjLj_SetThreadKey(key=%d), result=%d, new top=%p\n", key, result, pthread_getspecific(sThreadChainKey));
168 // if ( sThreadChainKey != 0 ) {
169 // start = (struct _Unwind_FunctionContext*)pthread_getspecific(sThreadChainKey);
180 //_ZN4dyld3logEPKcz("__Unwind_SjLj_GetTopOfFunctionStack(), key=%d, ", sThreadChainKey);
182 if ( sThreadChainKey != 0 ) {
183 return (struct _Unwind_FunctionContext*)pthread_getspecific(sThreadChainKey);
193 // fc, sThreadChainKey, (f
[all...]

Completed in 75 milliseconds