Searched refs:currentThread (Results 1 – 7 of 7) sorted by relevance
130 auto currentThread = static_cast<Thread *>(arg); in Run() local131 AutoLock lock(currentThread->mutex_); in Run()132 auto state = currentThread->state_.get(); in Run()141 auto currentThread = static_cast<Thread *>(arg); in Run() local142 AutoLock lock(currentThread->mutex_); in Run()143 currentThread->state_ = nullptr; in Run()
71 struct DeviceThread *currentThread = (struct DeviceThread *)args; in DeviceThreadMain() local72 if (currentThread != NULL) { in DeviceThreadMain()73 struct HdfMessageLooper *looper = ¤tThread->looper; in DeviceThreadMain()
27 std::thread::id currentThread = std::this_thread::get_id(); in IsCurrentThread() local28 if (threadId != currentThread) { in IsCurrentThread()
111 std::thread::id currentThread = std::this_thread::get_id(); in IsCurrentThread() local112 if (threadId != currentThread) { in IsCurrentThread()
1059 …rash日志中fatal信息为Fatal: ecma_vm cannot run in multi-thread! thread:3096 currentThread:3550,则发生了多线程安全…1065 Fatal: ecma_vm cannot run in multi-thread! thread:xxx currentThread:yyy1074 …efault] CheckThread:177 Fatal: ecma_vm cannot run in multi-thread! thread:17688 currentThread:17585
1006 std::thread::id currentThread = std::this_thread::get_id(); in IsCurrentThread() local1007 if (threadId != currentThread) { in IsCurrentThread()
911 …rash** log is "Fatal: ecma_vm cannot run in multi-thread! thread:3096 currentThread:3550", it indi…917 Fatal: ecma_vm cannot run in multi-thread! thread:xxx currentThread:yyy926 …efault] CheckThread:177 Fatal: ecma_vm cannot run in multi-thread! thread:17688 currentThread:17585