Home
last modified time | relevance | path

Searched refs:core_foundation_handle (Results 1 – 2 of 2) sorted by relevance

/libuv/src/unix/
H A Ddarwin-proctitle.c69 void* core_foundation_handle; in uv__set_process_title()
85 core_foundation_handle = dlopen("/System/Library/Frameworks/" in uv__set_process_title()
90 if (application_services_handle == NULL || core_foundation_handle == NULL) in uv__set_process_title()
94 dlsym(core_foundation_handle, "CFStringCreateWithCString"); in uv__set_process_title()
96 dlsym(core_foundation_handle, "CFBundleGetBundleWithIdentifier"); in uv__set_process_title()
98 dlsym(core_foundation_handle, "CFBundleGetDataPointerForName"); in uv__set_process_title()
100 dlsym(core_foundation_handle, "CFBundleGetFunctionPointerForName"); in uv__set_process_title()
137 *(void **)(&pCFBundleGetInfoDictionary) = dlsym(core_foundation_handle, in uv__set_process_title()
139 *(void **)(&pCFBundleGetMainBundle) = dlsym(core_foundation_handle, in uv__set_process_title()
184 if (core_foundation_handle != NULL) in uv__set_process_title()
[all …]
H A Dfsevents.c505 static void* core_foundation_handle; in uv__fsevents_global_init() local
511 if (core_foundation_handle != NULL) in uv__fsevents_global_init()
524 if (core_foundation_handle == NULL) in uv__fsevents_global_init()
542 V(core_foundation_handle, CFArrayCreate); in uv__fsevents_global_init()
543 V(core_foundation_handle, CFRelease); in uv__fsevents_global_init()
547 V(core_foundation_handle, CFRunLoopRun); in uv__fsevents_global_init()
550 V(core_foundation_handle, CFRunLoopStop); in uv__fsevents_global_init()
551 V(core_foundation_handle, CFRunLoopWakeUp); in uv__fsevents_global_init()
569 if (err && core_foundation_handle != NULL) { in uv__fsevents_global_init()
570 dlclose(core_foundation_handle); in uv__fsevents_global_init()
[all …]

Completed in 8 milliseconds