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

/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclObj.c42 Tcl_Mutex tclObjMutex; variable
294 Tcl_MutexLock(&tclObjMutex);
303 Tcl_MutexUnlock(&tclObjMutex);
340 Tcl_MutexLock(&tclObjMutex);
342 Tcl_MutexUnlock(&tclObjMutex);
1064 Tcl_MutexLock(&tclObjMutex);
1066 Tcl_MutexUnlock(&tclObjMutex);
1070 Tcl_MutexLock(&tclObjMutex);
1073 Tcl_MutexUnlock(&tclObjMutex);
3148 Tcl_MutexLock(&tclObjMutex);
[all...]
H A DtclInt.h2522 extern Tcl_Mutex tclObjMutex;
2526 Tcl_MutexLock(&tclObjMutex); \
2533 Tcl_MutexUnlock(&tclObjMutex)
2536 Tcl_MutexLock(&tclObjMutex); \
2539 Tcl_MutexUnlock(&tclObjMutex)
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclObj.c44 MODULE_SCOPE Tcl_Mutex tclObjMutex; variable
45 Tcl_Mutex tclObjMutex; variable
417 Tcl_MutexLock(&tclObjMutex);
426 Tcl_MutexUnlock(&tclObjMutex);
507 Tcl_MutexLock(&tclObjMutex);
509 Tcl_MutexUnlock(&tclObjMutex);
1365 Tcl_MutexLock(&tclObjMutex);
1367 Tcl_MutexUnlock(&tclObjMutex);
1377 Tcl_MutexLock(&tclObjMutex);
1379 Tcl_MutexUnlock(&tclObjMutex);
[all...]
H A DtclInt.h3479 MODULE_SCOPE Tcl_Mutex tclObjMutex; variable
3483 Tcl_MutexLock(&tclObjMutex); \
3490 Tcl_MutexUnlock(&tclObjMutex)
3493 Tcl_MutexLock(&tclObjMutex); \
3496 Tcl_MutexUnlock(&tclObjMutex)

Completed in 138 milliseconds