Searched refs:pthreadPointer (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.c105 #define pthreadPointer(a) a.p macro
112 #define pthreadPointer(a) a macro
1367 CFDictionarySetValue(dict, pthreadPointer(pthread_main_thread_np()), mainLoop);
1374 CFRunLoopRef loop = (CFRunLoopRef)CFDictionaryGetValue(__CFRunLoops, pthreadPointer(t));
1379 loop = (CFRunLoopRef)CFDictionaryGetValue(__CFRunLoops, pthreadPointer(t));
1381 CFDictionarySetValue(__CFRunLoops, pthreadPointer(t), newLoop);
1405 loop = (CFRunLoopRef)CFDictionaryGetValue(__CFRunLoops, pthreadPointer(t));
1419 rl = (CFRunLoopRef)CFDictionaryGetValue(__CFRunLoops, pthreadPointer(pthread_self()));
1421 CFDictionaryRemoveValue(__CFRunLoops, pthreadPointer(pthread_self()));
1470 CFDictionarySetValue(__CFRunLoops, pthreadPointer(pthread_sel
[all...]

Completed in 273 milliseconds