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

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclThreadJoin.c38 Tcl_Mutex threadMutex; /* The mutex used to serialize access to this member in struct:JoinableThread
129 Tcl_MutexLock(&threadPtr->threadMutex);
140 Tcl_MutexUnlock(&threadPtr->threadMutex);
151 Tcl_ConditionWait(&threadPtr->cond, &threadPtr->threadMutex, NULL);
164 Tcl_MutexUnlock(&threadPtr->threadMutex);
195 Tcl_MutexLock(&threadPtr->threadMutex);
196 Tcl_MutexUnlock(&threadPtr->threadMutex);
206 Tcl_MutexFinalize(&threadPtr->threadMutex);
241 threadPtr->threadMutex = (Tcl_Mutex) NULL;
301 Tcl_MutexLock(&threadPtr->threadMutex);
[all...]
H A DtclThreadTest.c44 * protected by threadMutex.
71 * threadMutex, and the parent function won't
116 TCL_DECLARE_MUTEX(threadMutex)
232 Tcl_MutexLock(&threadMutex);
236 Tcl_MutexUnlock(&threadMutex);
374 Tcl_MutexLock(&threadMutex);
382 Tcl_MutexUnlock(&threadMutex);
427 Tcl_MutexLock(&threadMutex);
430 Tcl_MutexUnlock(&threadMutex);
440 Tcl_ConditionWait(&ctrl.condWait, &threadMutex, NUL
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclThreadJoin.c40 Tcl_Mutex threadMutex; /* The mutex used to serialize access member in struct:JoinableThread
130 Tcl_MutexLock (&threadPtr->threadMutex);
141 Tcl_MutexUnlock (&threadPtr->threadMutex);
151 Tcl_ConditionWait (&threadPtr->cond, &threadPtr->threadMutex, NULL);
163 Tcl_MutexUnlock (&threadPtr->threadMutex);
195 Tcl_MutexLock (&threadPtr->threadMutex);
196 Tcl_MutexUnlock (&threadPtr->threadMutex);
205 Tcl_MutexFinalize (&threadPtr->threadMutex);
242 threadPtr->threadMutex = (Tcl_Mutex) NULL;
301 Tcl_MutexLock (&threadPtr->threadMutex);
[all...]
H A DtclThreadTest.c42 * This is protected by threadMutex.
67 * until it acquires threadMutex, and the parent function
112 TCL_DECLARE_MUTEX(threadMutex)
228 Tcl_MutexLock(&threadMutex);
232 Tcl_MutexUnlock(&threadMutex);
373 Tcl_MutexLock(&threadMutex);
381 Tcl_MutexUnlock(&threadMutex);
423 Tcl_MutexLock(&threadMutex);
426 Tcl_MutexUnlock(&threadMutex);
436 Tcl_ConditionWait(&ctrl.condWait, &threadMutex, NUL
[all...]
/macosx-10.10/tcl-105/tcl_ext/thread/thread/generic/
H A DthreadCmd.c35 TCL_DECLARE_MUTEX(threadMutex)
1122 Tcl_MutexLock(&threadMutex);
1140 Tcl_MutexUnlock(&threadMutex);
1580 Tcl_MutexLock(&threadMutex);
1583 Tcl_MutexUnlock(&threadMutex);
1594 Tcl_ConditionWait(&ctrl.condWait, &threadMutex, NULL);
1599 Tcl_MutexUnlock(&threadMutex);
1607 Tcl_MutexUnlock(&threadMutex);
1679 Tcl_MutexLock(&threadMutex);
1703 Tcl_MutexUnlock(&threadMutex);
[all...]

Completed in 108 milliseconds