Searched refs:OS_GetCurrentThread (Results 1 – 11 of 11) sorted by relevance
59 OSThread *currentThread = OS_GetCurrentThread(); in OS_LockMutex()143 OSThread *currentThread = OS_GetCurrentThread(); in OS_TryLockMutex()188 OSThread *currentThread = OS_GetCurrentThread(); in OS_LockMutexR()218 OSThread *currentThread = OS_GetCurrentThread(); in OS_LockMutexW()249 OSThread * currentThread = OS_GetCurrentThread(); in OS_TryLockMutexR()288 OSThread * currentThread = OS_GetCurrentThread(); in OS_TryLockMutexW()334 OSThread *currentThread = OS_GetCurrentThread(); in OSi_UnlockMutexCore()445 OSThread *currentThread = OS_GetCurrentThread(); in OS_LockMutexFromRToW()500 OSThread *currentThread = OS_GetCurrentThread(); in OS_LockMutexFromWToR()
726 OSi_ExitThread_ArgSpecified(OS_GetCurrentThread(), 0); in OS_ExitThread()855 stack + 1024, sizeof(stack), OS_GetThreadPriority(OS_GetCurrentThread()) - 1); in UTEST_OS_ExitThread()878 if (OS_GetCurrentThread() == thread) in OS_DestroyThread()962 if (thread == OS_GetCurrentThread()) in OS_KillThreadWithPriority()1017 OS_SetThreadDestructor(OS_GetCurrentThread(), killThreadDtor); in killThreadFunc()1040 stack + 1024, sizeof(stack), OS_GetThreadPriority(OS_GetCurrentThread()) - 1); in UTEST_OS_KillThread_2()1349 OSThread *current = OS_GetCurrentThread(); in OS_YieldThread()
165 infoPtr = (OSCallTraceInfo **)&(OS_GetCurrentThread()->profiler); in OS_InitCallTrace()747 thread = OS_GetCurrentThread(); in OSi_DumpThreadCallTrace_core()763 if (thread != OS_GetCurrentThread()) in OSi_DumpThreadCallTrace_core()
167 infoPtr = (OSFunctionCostInfo **)&(OS_GetCurrentThread()->profiler); in OS_InitFunctionCost()
217 if (OS_GetCurrentThread() == NULL) in SNDEXi_GetMute()294 if (OS_GetCurrentThread() == NULL) in SNDEXi_GetI2SFrequency()373 if (OS_GetCurrentThread() == NULL) in SNDEXi_GetDSPMixRate()455 if (OS_GetCurrentThread() == NULL) in SNDEXi_GetVolume()616 if (OS_GetCurrentThread() == NULL) in SNDEXi_GetDevice()696 if (OS_GetCurrentThread() == NULL) in SNDEXi_SetMute()782 if (OS_GetCurrentThread() == NULL) in SNDEXi_SetI2SFrequency()871 if (OS_GetCurrentThread() == NULL) in SNDEXi_SetDSPMixRate()953 if (OS_GetCurrentThread() == NULL) in SNDEXi_SetVolume()1085 if (OS_GetCurrentThread() == NULL) in SNDEXi_SetDevice()[all …]
47 if (OS_GetCurrentThread() == NULL) in MICEXi_StartLimitedSampling()197 if (OS_GetCurrentThread() == NULL) in MICEXi_StopLimitedSampling()270 if (OS_GetCurrentThread() == NULL) in MICEXi_AdjustLimitedSampling()
119 OSThread *curth = OS_GetCurrentThread(); in CARDi_ProcessTask()187 (void)OS_SetThreadPriority(OS_GetCurrentThread(), 0); in CARDi_TaskWorkerProcedure()
692 context->loader = OS_GetCurrentThread(); in CARD_ReadRomHashImage()
83 launcherThread = OS_GetCurrentThread(); in NitroMain()
596 static inline OSThread *OS_GetCurrentThread(void) in OS_GetCurrentThread() function
106 p->current_thread_9 = OS_GetCurrentThread();