Home
last modified time | relevance | path

Searched refs:OS_GetCurrentThread (Results 1 – 11 of 11) sorted by relevance

/TwlSDK-5.5/build/libraries/os/common/src/
Dos_mutex.c59 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()
Dos_thread.c726 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()
1351 OSThread *current = OS_GetCurrentThread(); in OS_YieldThread()
Dos_callTrace.c165 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()
Dos_functionCost.c167 infoPtr = (OSFunctionCostInfo **)&(OS_GetCurrentThread()->profiler); in OS_InitFunctionCost()
/TwlSDK-5.5/build/libraries/snd/ARM9.TWL/src/
Dsndex.c217 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 …]
/TwlSDK-5.5/build/libraries/spi/ARM9.TWL/src/
Dmicex.c47 if (OS_GetCurrentThread() == NULL) in MICEXi_StartLimitedSampling()
197 if (OS_GetCurrentThread() == NULL) in MICEXi_StopLimitedSampling()
270 if (OS_GetCurrentThread() == NULL) in MICEXi_AdjustLimitedSampling()
/TwlSDK-5.5/build/libraries/card/common/src/
Dcard_task.c119 OSThread *curth = OS_GetCurrentThread(); in CARDi_ProcessTask()
187 (void)OS_SetThreadPriority(OS_GetCurrentThread(), 0); in CARDi_TaskWorkerProcedure()
Dcard_hash.c692 context->loader = OS_GetCurrentThread(); in CARD_ReadRomHashImage()
/TwlSDK-5.5/build/demos/os/threadYield-1/src/
Dmain.c83 launcherThread = OS_GetCurrentThread(); in NitroMain()
/TwlSDK-5.5/include/nitro/os/common/
Dthread.h596 static inline OSThread *OS_GetCurrentThread(void) in OS_GetCurrentThread() function
/TwlSDK-5.5/build/libraries/card/ARM9/src/
Dcard_backup.c106 p->current_thread_9 = OS_GetCurrentThread();