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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_usernotification.c56 CFRunLoopSourceRef sNonSecureNotificationRunLoopSource = NULL; // must release variable
341 if (sNonSecureNotificationRunLoopSource) {
343 sNonSecureNotificationRunLoopSource, local
345 CFRelease(sNonSecureNotificationRunLoopSource);
346 sNonSecureNotificationRunLoopSource = NULL;
456 sNonSecureNotificationRunLoopSource == NULL) {
1025 sNonSecureNotificationRunLoopSource = CFUserNotificationCreateRunLoopSource(
1030 if (!sNonSecureNotificationRunLoopSource) {
1035 sNonSecureNotificationRunLoopSource, local
1298 if (sNonSecureNotificationRunLoopSource) {
1300 sNonSecureNotificationRunLoopSource, local
[all...]

Completed in 124 milliseconds