Home
last modified time | relevance | path

Searched refs:CFRunLoopRef (Results 1 – 8 of 8) sorted by relevance

/third_party/libuv/src/unix/
Dfsevents.c95 CFRunLoopRef loop;
118 static void (*pCFRunLoopAddSource)(CFRunLoopRef,
121 static CFRunLoopRef (*pCFRunLoopGetCurrent)(void);
122 static void (*pCFRunLoopRemoveSource)(CFRunLoopRef,
130 static void (*pCFRunLoopStop)(CFRunLoopRef);
131 static void (*pCFRunLoopWakeUp)(CFRunLoopRef);
148 CFRunLoopRef,
Ddarwin-stub.h50 typedef void* CFRunLoopRef; typedef
/third_party/flutter/engine/flutter/fml/platform/darwin/
Dmessage_loop_darwin.h22 CFRef<CFRunLoopRef> loop_;
Dmessage_loop_darwin.mm17 : running_(false), loop_((CFRunLoopRef)CFRetain(CFRunLoopGetCurrent())) {
/third_party/gstreamer/gstplugins_good/sys/osxaudio/
Dgstosxcoreaudiohal.c28 _audio_system_set_runloop (CFRunLoopRef runLoop) in _audio_system_set_runloop()
41 &runloopAddress, 0, NULL, sizeof (CFRunLoopRef), &runLoop); in _audio_system_set_runloop()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoamousetap.m42 CFRunLoopRef runloop;
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/darwin/
DSDL_sysjoystick.c468 CFRunLoopRef runloop = CFRunLoopGetCurrent(); in ConfigHIDManager()
/third_party/gstreamer/gstplugins_good/sys/osxvideo/
Dosxvideosink.m48 extern void _CFRunLoopSetCurrent (CFRunLoopRef rl);