Home
last modified time | relevance | path

Searched refs:runLoopObserverTcl (Results 1 – 3 of 3) sorted by relevance

/dports/lang/tcl86/tcl8.6.12/macosx/
H A DtclMacOSXNotify.c338 CFRunLoopObserverRef runLoopObserver, runLoopObserverTcl; member
523 CFRunLoopObserverRef runLoopObserver, runLoopObserverTcl; in Tcl_InitNotifier() local
556 runLoopObserverTcl = CFRunLoopObserverCreate(NULL, in Tcl_InitNotifier()
560 if (!runLoopObserverTcl) { in Tcl_InitNotifier()
564 CFRunLoopAddObserver(runLoop, runLoopObserverTcl, in Tcl_InitNotifier()
570 tsdPtr->runLoopObserverTcl = runLoopObserverTcl; in Tcl_InitNotifier()
802 CFRunLoopObserverInvalidate(tsdPtr->runLoopObserverTcl); in Tcl_FinalizeNotifier()
803 CFRelease(tsdPtr->runLoopObserverTcl); in Tcl_FinalizeNotifier()
804 tsdPtr->runLoopObserverTcl = NULL; in Tcl_FinalizeNotifier()
/dports/lang/tcl87/tcl8.7a5/macosx/
H A DtclMacOSXNotify.c401 CFRunLoopObserverRef runLoopObserver, runLoopObserverTcl; member
630 CFRunLoopObserverRef runLoopObserver, runLoopObserverTcl; in TclpInitNotifier() local
664 runLoopObserverTcl = CFRunLoopObserverCreate(NULL, in TclpInitNotifier()
668 if (!runLoopObserverTcl) { in TclpInitNotifier()
672 CFRunLoopAddObserver(runLoop, runLoopObserverTcl, in TclpInitNotifier()
678 tsdPtr->runLoopObserverTcl = runLoopObserverTcl; in TclpInitNotifier()
903 CFRunLoopObserverInvalidate(tsdPtr->runLoopObserverTcl); in TclpFinalizeNotifier()
904 CFRelease(tsdPtr->runLoopObserverTcl); in TclpFinalizeNotifier()
905 tsdPtr->runLoopObserverTcl = NULL; in TclpFinalizeNotifier()
/dports/lang/tcl85/tcl8.5.19/macosx/
H A DtclMacOSXNotify.c280 CFRunLoopObserverRef runLoopObserver, runLoopObserverTcl; member
456 CFRunLoopObserverRef runLoopObserver, runLoopObserverTcl; in Tcl_InitNotifier() local
489 runLoopObserverTcl = CFRunLoopObserverCreate(NULL, in Tcl_InitNotifier()
493 if (!runLoopObserverTcl) { in Tcl_InitNotifier()
497 CFRunLoopAddObserver(runLoop, runLoopObserverTcl, in Tcl_InitNotifier()
503 tsdPtr->runLoopObserverTcl = runLoopObserverTcl; in Tcl_InitNotifier()
731 CFRunLoopObserverInvalidate(tsdPtr->runLoopObserverTcl); in Tcl_FinalizeNotifier()
732 CFRelease(tsdPtr->runLoopObserverTcl); in Tcl_FinalizeNotifier()
733 tsdPtr->runLoopObserverTcl = NULL; in Tcl_FinalizeNotifier()