Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 12 of 12) sorted by relevance

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_thread.c157 static void OSi_InsertLinkToQueue(OSThreadQueue *queue, OSThread *thread) in OSi_InsertLinkToQueue()
248 static OSThread *OSi_RemoveSpecifiedLinkFromQueue(OSThreadQueue *queue, OSThread *thread) in OSi_RemoveSpecifiedLinkFromQueue()
372 static void OSi_InsertThreadToList(OSThread *thread) in OSi_InsertThreadToList()
404 static void OSi_RemoveThreadFromList(OSThread *thread) in OSi_RemoveThreadFromList()
618 void OS_CreateThread(OSThread *thread, in OS_CreateThread()
737 static void OSi_ExitThread_ArgSpecified(OSThread *thread, void *arg) in OSi_ExitThread_ArgSpecified()
846 OSThread thread; in UTEST_OS_ExitThread() local
871 void OS_DestroyThread(OSThread *thread) in OS_DestroyThread()
933 static inline void OSi_KillThreadWithPriority(OSThread *thread, void *arg, u32 prio) in OSi_KillThreadWithPriority()
953 void OS_KillThread(OSThread *thread, void *arg) in OS_KillThread()
[all …]
Dos_mutex.c100 void OSi_UnlockAllMutex(OSThread *thread) in OSi_UnlockAllMutex()
557 void OSi_EnqueueTail(OSThread *thread, OSMutex *mutex) in OSi_EnqueueTail()
607 void OSi_DequeueItem(OSThread *thread, OSMutex *mutex) in OSi_DequeueItem()
667 OSMutex *OSi_DequeueHead(OSThread *thread) in OSi_DequeueHead()
Dos_functionCost.c234 void OSi_ClearThreadFunctionCostBuffer(OSThread *thread) in OSi_ClearThreadFunctionCostBuffer()
571 void OS_CalcThreadStatistics(void *statBuf, OSThread *thread) in OS_CalcThreadStatistics()
Dos_callTrace.c716 asm void OS_DumpThreadCallTrace( const OSThread* thread ) in OS_DumpThreadCallTrace()
735 void OSi_DumpThreadCallTrace_core(const OSThread *thread, u32 returnAddress) in OSi_DumpThreadCallTrace_core()
/TwlSDK-5.1.0/build/libraries/wfs/common/src/
Dwfs_thread.c49 OSThread thread[1]; member
72 WFSServerThread * const thread = (WFSServerThread*)userdata; in WFSi_ReadRomCallback() local
147 WFSServerThread *const thread = (WFSServerThread*)arg; in WFSi_ServerThreadProc() local
173 WFSServerThread * const thread = (WFSServerThread *)work; in WFSi_ThreadHook() local
216 WFSServerThread *thread = MI_CallAlloc(context->allocator, sizeof(WFSServerThread), 32); in WFS_ExecuteRomServerThread() local
/TwlSDK-5.1.0/include/nitro/os/common/
Dthread.h519 static inline u32 OS_GetThreadId(const OSThread *thread) in OS_GetThreadId()
534 static inline OSThreadState OS_GetThreadState(const OSThread *thread) in OS_GetThreadState()
549 static inline OSContext *OS_GetThreadContext(const OSThread *thread) in OS_GetThreadContext()
564 static inline BOOL OS_IsThreadRunnable(const OSThread *thread) in OS_IsThreadRunnable()
610 static inline void OS_SetCurrentThread(OSThread *thread) in OS_SetCurrentThread()
656 #define OS_CheckStack( thread ) OSi_CheckStack( __FILE__, __LINE__, (const OSThread*)thread ); argument
658 #define OS_CheckStack( thread ) ((void)0) argument
884 static inline void OSi_SetSpecificData(OSThread *thread, int index, void *data) in OSi_SetSpecificData()
900 static inline void *OSi_GetSpecificData(const OSThread *thread, int index) in OSi_GetSpecificData()
936 static inline OSThread *OS_GetNextThread(const OSThread *thread) in OS_GetNextThread()
Dmutex.h49 OSThread *thread; // current owner member
/TwlSDK-5.1.0/build/demos/os/sleep-1/src/
Dmain.c38 OSThread thread; variable
/TwlSDK-5.1.0/build/demos/spi/spiMonkey/include/
Dmonkey.h52 OSThread thread; member
/TwlSDK-5.1.0/build/demos/fs/async/src/
Dmain.c37 OSThread thread; member
/TwlSDK-5.1.0/build/libraries/card/common/include/
Dcard_common.h123 thread; member
/TwlSDK-5.1.0/include/twl/fatfs/common/
Dtypes.h531 OSThread *thread; member
542 OSThread *thread; member