Searched refs:runningTid (Results 1 – 3 of 3) sorted by relevance
68 std::atomic<pthread_t> runningTid = 0; variable
135 task->runningTid.store(pthread_self()); in SwitchTsdToTask()180 task->runningTid.store(0); in SwitchTsdToThread()
648 return task->runningTid.load();