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

/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldExceptions.c146 static struct _Unwind_FunctionContext* sStaticThreadChain = NULL; variable in typeref:struct:_Unwind_FunctionContext
156 //_ZN4dyld3logEPKcz("__Unwind_SjLj_SetThreadKey(key=%d), sStaticThreadChain=%p\n", key, sStaticThreadChain);
158 _ZN4dyld17gLibSystemHelpersE->pthread_setspecific(sThreadChainKey, sStaticThreadChain);
159 sStaticThreadChain = NULL;
167 // struct _Unwind_FunctionContext* start = sStaticThreadChain;
186 return sStaticThreadChain;
197 sStaticThreadChain = fc;

Completed in 133 milliseconds