Searched refs:threadId (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.10.1/WTF-7600.1.24/wtf/mac/
H A DMainThreadMac.mm187 bool canAccessThreadLocalDataForThread(ThreadIdentifier threadId)
190 if (threadId == currentThreadId)
193 if (threadId == sWebThreadIdentifier || threadId == sApplicationUIThreadIdentifier)
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclNotify.c67 Tcl_ThreadId threadId; /* Thread that owns this notifier instance. */ member in struct:ThreadSpecificData
117 Tcl_ThreadId threadId = Tcl_GetCurrentThread();
120 for (tsdPtr = firstNotifierPtr; tsdPtr && tsdPtr->threadId != threadId;
131 tsdPtr->threadId = threadId;
400 Tcl_ThreadId threadId, /* Identifier for thread to use. */
416 for (tsdPtr = firstNotifierPtr; tsdPtr && tsdPtr->threadId != threadId;
1144 Tcl_ThreadId threadId) /* Identifie
116 Tcl_ThreadId threadId = Tcl_GetCurrentThread(); local
392 Tcl_ThreadQueueEvent( Tcl_ThreadId threadId, Tcl_Event *evPtr, Tcl_QueuePosition position) argument
1127 Tcl_ThreadAlert( Tcl_ThreadId threadId) argument
[all...]
H A DtclThreadTest.c34 Tcl_ThreadId threadId; /* Tcl ID for this thread */ member in struct:ThreadSpecificData
617 tsdPtr->threadId = Tcl_GetCurrentThread();
691 Tcl_NewLongObj((long) tsdPtr->threadId));
726 Tcl_ThreadId threadId = (Tcl_ThreadId) id;
735 if (tsdPtr->threadId == threadId) {
751 if (threadId == Tcl_GetCurrentThread()) {
784 resultPtr->dstThreadId = threadId;
799 Tcl_ThreadQueueEvent(threadId, (Tcl_Event *)threadEventPtr,
801 Tcl_ThreadAlert(threadId);
717 Tcl_ThreadId threadId = (Tcl_ThreadId) id; local
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclNotify.c68 Tcl_ThreadId threadId; /* Thread that owns this notifier instance. */ member in struct:ThreadSpecificData
121 tsdPtr->threadId = Tcl_GetCurrentThread();
390 Tcl_ThreadQueueEvent(threadId, evPtr, position)
391 Tcl_ThreadId threadId; /* Identifier for thread to use. */
408 for (tsdPtr = firstNotifierPtr; tsdPtr && tsdPtr->threadId != threadId;
1113 Tcl_ThreadAlert(threadId)
1114 Tcl_ThreadId threadId; /* Identifier for thread to use. */
1127 if (tsdPtr->threadId == threadId) {
[all...]
H A DtclThreadTest.c32 Tcl_ThreadId threadId; /* Tcl ID for this thread */ member in struct:ThreadSpecificData
602 tsdPtr->threadId = Tcl_GetCurrentThread();
676 Tcl_NewLongObj((long)tsdPtr->threadId));
711 Tcl_ThreadId threadId = (Tcl_ThreadId) id;
720 if (tsdPtr->threadId == threadId) {
736 if (threadId == Tcl_GetCurrentThread()) {
769 resultPtr->dstThreadId = threadId;
784 Tcl_ThreadQueueEvent(threadId, (Tcl_Event *)threadEventPtr,
786 Tcl_ThreadAlert(threadId);
702 Tcl_ThreadId threadId = (Tcl_ThreadId) id; local
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DMainThread.cpp241 bool canAccessThreadLocalDataForThread(ThreadIdentifier threadId) argument
243 return threadId == currentThread();
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinConsole.c69 Tcl_ThreadId threadId; /* Thread to which events should be reported. member in struct:ConsoleInfo
1225 if (infoPtr->threadId != NULL) {
1230 Tcl_ThreadAlert(infoPtr->threadId);
1321 if (infoPtr->threadId != NULL) {
1327 Tcl_ThreadAlert(infoPtr->threadId);
1379 infoPtr->threadId = Tcl_GetCurrentThread();
1471 * been set yet. However in that case the threadId has already been
1478 infoPtr->threadId = Tcl_GetChannelThread(infoPtr->channel);
1481 infoPtr->threadId = NULL;
H A DtclWinThrd.c210 Tcl_ThreadId threadId, /* Id of the thread to wait upon */
214 return TclJoinThread(threadId, result);
207 Tcl_JoinThread( Tcl_ThreadId threadId, int *result) argument
H A DtclWinSerial.c95 Tcl_ThreadId threadId; /* Thread to which events should be reported. member in struct:SerialInfo
1417 if (infoPtr->threadId != NULL) {
1423 Tcl_ThreadAlert(infoPtr->threadId);
1516 infoPtr->threadId = Tcl_GetCurrentThread();
2281 * been set yet. However in that case the threadId has already been
2288 infoPtr->threadId = Tcl_GetChannelThread(infoPtr->channel);
2291 infoPtr->threadId = NULL;
H A DtclWinPipe.c107 Tcl_ThreadId threadId; /* Thread to which events should be reported. member in struct:PipeInfo
1711 infoPtr->threadId = Tcl_GetCurrentThread();
2982 if (infoPtr->threadId != NULL) {
2988 Tcl_ThreadAlert(infoPtr->threadId);
3077 if (infoPtr->threadId != NULL) {
3083 Tcl_ThreadAlert(infoPtr->threadId);
3127 * been set yet. However in that case the threadId has already been
3134 infoPtr->threadId = Tcl_GetChannelThread(infoPtr->channel);
3137 infoPtr->threadId = NULL;
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinConsole.c68 Tcl_ThreadId threadId; /* Thread to which events should be reported. member in struct:ConsoleInfo
1192 if (infoPtr->threadId != NULL) {
1194 Tcl_ThreadAlert(infoPtr->threadId);
1282 if (infoPtr->threadId != NULL) {
1284 Tcl_ThreadAlert(infoPtr->threadId);
1338 infoPtr->threadId = Tcl_GetCurrentThread();
1427 * threadId has already been set by TclpCreateCommandChannel
1433 infoPtr->threadId = Tcl_GetChannelThread (infoPtr->channel);
1436 infoPtr->threadId = NULL;
H A DtclWinThrd.c206 Tcl_JoinThread(threadId, result)
207 Tcl_ThreadId threadId; /* Id of the thread to wait upon */
212 return TclJoinThread (threadId, result);
H A DtclWinSerial.c93 Tcl_ThreadId threadId; /* Thread to which events should be reported. member in struct:SerialInfo
1355 if (infoPtr->threadId != NULL) {
1357 Tcl_ThreadAlert(infoPtr->threadId);
1447 infoPtr->threadId = Tcl_GetCurrentThread();
2161 * threadId has already been set by TclpCreateCommandChannel
2167 infoPtr->threadId = Tcl_GetChannelThread (infoPtr->channel);
2170 infoPtr->threadId = NULL;
H A DtclWinPipe.c109 Tcl_ThreadId threadId; /* Thread to which events should be reported. member in struct:PipeInfo
1710 infoPtr->threadId = Tcl_GetCurrentThread();
2977 if (infoPtr->threadId != NULL) {
2979 Tcl_ThreadAlert(infoPtr->threadId);
3069 if (infoPtr->threadId != NULL) {
3071 Tcl_ThreadAlert(infoPtr->threadId);
3113 * threadId has already been set by TclpCreateCommandChannel
3119 infoPtr->threadId = Tcl_GetChannelThread (infoPtr->channel);
3122 infoPtr->threadId = NULL;
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSLock.cpp100 void JSLock::setExclusiveThread(std::thread::id threadId) argument
103 m_hasExclusiveThread = (threadId != std::thread::id());
104 m_ownerThreadID = threadId;
H A DVM.h470 void setExclusiveThread(std::thread::id threadId) { m_apiLock->setExclusiveThread(threadId); } argument
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixThrd.c162 Tcl_JoinThread(threadId, state)
163 Tcl_ThreadId threadId; /* Id of the thread to wait upon */
172 result = pthread_join((pthread_t) threadId, (void**) &retcode);
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A DxotclAccessInt.h9 #define Tcl_Interp_threadId(interp) ((Interp *)interp)->threadId
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixThrd.c160 Tcl_ThreadId threadId, /* Id of the thread to wait upon. */
169 result = pthread_join((pthread_t) threadId, (void**) retcodePtr);
157 Tcl_JoinThread( Tcl_ThreadId threadId, int *state) argument
/macosx-10.10.1/tcl-105/tcl_ext/thread/thread/generic/
H A DthreadPoolCmd.c22 Tcl_ThreadId threadId; /* Thread id of the current thread */ member in struct:TpoolWaiter
72 Tcl_ThreadId threadId; /* Originating thread id */ member in struct:TpoolResult
451 rPtr->threadId = Tcl_GetCurrentThread();
1812 Tcl_ThreadQueueEvent(waitPtr->threadId,(Tcl_Event*)evPtr,TCL_QUEUE_TAIL);
1813 Tcl_ThreadAlert(waitPtr->threadId);
1841 tsdPtr->waitPtr->threadId = Tcl_GetCurrentThread();
H A DthreadSpCmd.c1265 Tcl_ThreadId threadId = Tcl_GetCurrentThread();
1272 if (!AnyMutexIsLocked((Sp_AnyMutex*)mutexPtr->lock, threadId)) {
1289 emPtr->owner = threadId;
1924 * Checks wether the mutex is locked. If optional threadId
1938 AnyMutexIsLocked(Sp_AnyMutex *mPtr, Tcl_ThreadId threadId)
1945 if (locked && threadId != (Tcl_ThreadId)0) {
1946 locked = mPtr->owner == threadId;
1249 Tcl_ThreadId threadId = Tcl_GetCurrentThread(); local
1906 AnyMutexIsLocked(Sp_AnyMutex *mPtr, Tcl_ThreadId threadId) argument
H A DthreadCmd.c49 Tcl_ThreadId threadId; /* The real ID of this thread */ member in struct:ThreadSpecificData
171 Tcl_ThreadId threadId; /* Thread where to post callback */ member in struct:ThreadClbkData
606 Tcl_WrongNumArgs(interp, 1, objv, "?threadId?");
650 Tcl_WrongNumArgs(interp, 1, objv, "?-wait? ?threadId?");
875 * Syntax: thread::send ?-async? ?-head? threadId script ?varName?
927 clbkPtr->threadId = Tcl_GetCurrentThread();
1873 tsdPtr->threadId = Tcl_GetCurrentThread();
1998 (*thrIdArray)[ii] = tsdPtr->threadId;
2063 if (tsdPtr->threadId == thrId) {
2864 if (clbkPtr && clbkPtr->threadId
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclStubs.c.orig3025 Tcl_ThreadAlert(threadId)
3026 Tcl_ThreadId threadId;
3028 (tclStubsPtr->tcl_ThreadAlert)(threadId);
3033 Tcl_ThreadQueueEvent(threadId, evPtr, position)
3034 Tcl_ThreadId threadId;
3038 (tclStubsPtr->tcl_ThreadQueueEvent)(threadId, evPtr, position);
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclStubs.c.orig3025 Tcl_ThreadAlert(threadId)
3026 Tcl_ThreadId threadId;
3028 (tclStubsPtr->tcl_ThreadAlert)(threadId);
3033 Tcl_ThreadQueueEvent(threadId, evPtr, position)
3034 Tcl_ThreadId threadId;
3038 (tclStubsPtr->tcl_ThreadQueueEvent)(threadId, evPtr, position);
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclStubs.c.orig3025 Tcl_ThreadAlert(threadId)
3026 Tcl_ThreadId threadId;
3028 (tclStubsPtr->tcl_ThreadAlert)(threadId);
3033 Tcl_ThreadQueueEvent(threadId, evPtr, position)
3034 Tcl_ThreadId threadId;
3038 (tclStubsPtr->tcl_ThreadQueueEvent)(threadId, evPtr, position);

Completed in 480 milliseconds

12