Searched defs:thread (Results 1 – 12 of 12) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_thread.c | 157 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 …]
|
| D | os_mutex.c | 100 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()
|
| D | os_functionCost.c | 234 void OSi_ClearThreadFunctionCostBuffer(OSThread *thread) in OSi_ClearThreadFunctionCostBuffer() 571 void OS_CalcThreadStatistics(void *statBuf, OSThread *thread) in OS_CalcThreadStatistics()
|
| D | os_callTrace.c | 716 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/ |
| D | wfs_thread.c | 49 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/ |
| D | thread.h | 519 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()
|
| D | mutex.h | 49 OSThread *thread; // current owner member
|
| /TwlSDK-5.1.0/build/demos/os/sleep-1/src/ |
| D | main.c | 38 OSThread thread; variable
|
| /TwlSDK-5.1.0/build/demos/spi/spiMonkey/include/ |
| D | monkey.h | 52 OSThread thread; member
|
| /TwlSDK-5.1.0/build/demos/fs/async/src/ |
| D | main.c | 37 OSThread thread; member
|
| /TwlSDK-5.1.0/build/libraries/card/common/include/ |
| D | card_common.h | 123 thread; member
|
| /TwlSDK-5.1.0/include/twl/fatfs/common/ |
| D | types.h | 531 OSThread *thread; member 542 OSThread *thread; member
|