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

/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.c76 #define pthread_main_thread_np() _CF_pthread_main_thread_np() macro
1243 if (_CFRunLoopGet0b(pthread_main_thread_np()) == cf) HALT;
1360 t = pthread_main_thread_np();
1366 CFRunLoopRef mainLoop = __CFRunLoopCreate(pthread_main_thread_np());
1367 CFDictionarySetValue(dict, pthreadPointer(pthread_main_thread_np()), mainLoop);
1400 t = pthread_main_thread_np();
1485 if (!__main) __main = _CFRunLoopGet0(pthread_main_thread_np()); // no CAS needed
H A DCFRuntime.c908 #define pthread_main_thread_np() _CF_pthread_main_thread_np() macro

Completed in 107 milliseconds