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

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfrunloop.py145 self.failUnless(CFRunLoopTimerGetContext(timer) is data)
151 self.failUnless(CFRunLoopTimerGetContext(timer) is objc.NULL)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfrunloop.py136 self.assertIs(CFRunLoopTimerGetContext(timer, None), data)
142 self.assertIs(CFRunLoopTimerGetContext(timer, None), objc.NULL)
/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.h194 CF_EXPORT void CFRunLoopTimerGetContext(CFRunLoopTimerRef timer, CFRunLoopTimerContext *context);
H A DCFRunLoop.c3870 void CFRunLoopTimerGetContext(CFRunLoopTimerRef rlt, CFRunLoopTimerContext *context) { function

Completed in 148 milliseconds