HomeSort by: relevance | last modified time | path
    Searched defs:core_foundation_handle (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
fsevents.c 505 static void* core_foundation_handle; local
511 if (core_foundation_handle != NULL)
520 core_foundation_handle = dlopen("/System/Library/Frameworks/"
524 if (core_foundation_handle == NULL)
542 V(core_foundation_handle, CFArrayCreate);
543 V(core_foundation_handle, CFRelease);
544 V(core_foundation_handle, CFRunLoopAddSource);
545 V(core_foundation_handle, CFRunLoopGetCurrent);
546 V(core_foundation_handle, CFRunLoopRemoveSource);
547 V(core_foundation_handle, CFRunLoopRun)
    [all...]

Completed in 28 milliseconds