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

/macosx-10.10.1/tcl-105/tcl_ext/thread/thread/generic/
H A DthreadCmd.c66 #define THREAD_FLAGS_INERROR 2 /* Thread is in error */ macro
2488 || (tsdPtr->flags & THREAD_FLAGS_INERROR)) {
2489 int inerror = tsdPtr && (tsdPtr->flags & THREAD_FLAGS_INERROR);
2941 tsdPtr->flags |= THREAD_FLAGS_INERROR;
3081 int flag = tsdPtr->flags & THREAD_FLAGS_INERROR;
3165 tsdPtr->flags |= THREAD_FLAGS_INERROR;
3167 tsdPtr->flags &= ~THREAD_FLAGS_INERROR;

Completed in 100 milliseconds