Searched refs:Self (Results 1 – 5 of 5) sorted by relevance
220 MT_ASSERT(threadContext.threadId.IsEqual(ThreadId::Self()), "Thread context sanity check failed"); in ExecuteTask()231 …MT_ASSERT(fiberContext->GetThreadContext()->threadId.IsEqual(ThreadId::Self()), "Thread context sa… in ExecuteTask()283 … MT_ASSERT(threadContext.threadId.IsEqual(ThreadId::Self()), "Thread context sanity check failed"); in ExecuteTask()320 …MT_ASSERT(fiberContext.GetThreadContext()->threadId.IsEqual(ThreadId::Self()), "Thread context san… in FiberMain()372 context.threadId = ThreadId::Self(); in WorkerThreadMain()754 context.threadId = ThreadId::Self(); in WaitGroup()763 waitingThreads[waitingSlotIndex % waitingThreads.size()] = ThreadId::Self(); in WaitGroup()789 context.threadId = ThreadId::Self(); in WaitAll()798 waitingThreads[waitingSlotIndex % waitingThreads.size()] = ThreadId::Self(); in WaitAll()829 if (threadContext[i].threadId.IsEqual(ThreadId::Self())) in IsWorkerThread()[all …]
41 …MT_ASSERT(threadContext->threadId.IsEqual(ThreadId::Self()), "You can change task status only from… in SetStatus()100 …MT_ASSERT(threadContext->threadId.IsEqual(ThreadId::Self()), "Thread context sanity check failed"); in RunSubtasksAndYieldImpl()106 …MT_ASSERT(threadContext->threadId.IsEqual(ThreadId::Self()), "Thread context sanity check failed"); in RunSubtasksAndYieldImpl()
152 Brofiler::FiberSyncData::AttachToThread(currentFiberStorage, MT::ThreadId::Self().AsUInt64()); in OnTaskExecuteStateChanged()
71 mt_forceinline static ThreadId Self() in Self() function
97 mt_forceinline static ThreadId Self() in Self() function