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

/macosx-10.9.5/tcl-102/tcl/tcl/macosx/
H A DtclMacOSXNotify.c108 static OSSpinLock notifierLock = SPINLOCK_INIT; variable
116 #define LOCK_NOTIFIER SpinLockLock(&notifierLock)
117 #define UNLOCK_NOTIFIER SpinLockUnlock(&notifierLock)
142 #define LOCK_NOTIFIER SpinLockLockDbg(&notifierLock)
251 /* Must hold the notifierLock before accessing the following fields: */
252 /* Start notifierLock section */
260 /* End notifierLock section */
312 * You must hold the notifierLock before accessing this list.
328 * You must hold the notifierLock lock before writing to the pipe.
1414 * !!! Requires notifierLock t
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/macosx/
H A DtclMacOSXNotify.c100 * notifierLock before accessing these
129 * You must hold the notifierLock before accessing this list.
145 * You must hold the notifierLock lock before writing to the pipe.
230 static OSSpinLock notifierLock = SPINLOCK_INIT; variable
238 #define LOCK_NOTIFIER SpinLockLock(&notifierLock)
239 #define UNLOCK_NOTIFIER SpinLockUnlock(&notifierLock)

Completed in 77 milliseconds