Searched refs:ThreadIsSelf (Results 1 – 3 of 3) sorted by relevance
99 int32_t ThreadIsSelf(const Thread *thread) in ThreadIsSelf() function112 if (ThreadIsSelf((const Thread *)thread) == 0) { in ThreadStop()
68 int32_t ThreadIsSelf(const Thread *thread);
113 if (ThreadIsSelf(g_processingThread) == 0) { in RunAllTaskInQueue()