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

/macosx-10.10.1/tcl-105/tcl_ext/thread/thread/generic/
H A DthreadCmd.c65 #define THREAD_FLAGS_STOPPED 1 /* Thread is being stopped */ macro
2681 canrun = (tsdPtr->flags & THREAD_FLAGS_STOPPED) == 0;
2758 tsdPtr->flags |= THREAD_FLAGS_STOPPED;
2943 tsdPtr->flags |= THREAD_FLAGS_STOPPED;

Completed in 183 milliseconds