Lines Matching defs:thread

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()
958 void OS_KillThreadWithPriority(OSThread *thread, void *arg, u32 prio) in OS_KillThreadWithPriority()
983 OSThread thread; in UTEST_OS_KillThread_1() local
1031 OSThread thread; in UTEST_OS_KillThread_2() local
1067 static void OSi_CancelThreadAlarmForSleep(OSThread *thread) in OSi_CancelThreadAlarmForSleep()
1086 void OS_JoinThread(OSThread *thread) in OS_JoinThread()
1110 BOOL OS_IsThreadTerminated(const OSThread *thread) in OS_IsThreadTerminated()
1125 OSThreadState OS_GetThreadStatus(const OSThread *thread) in OS_GetThreadStatus()
1141 void OS_SleepThreadDirect(OSThread *thread, OSThreadQueue *queue) in OS_SleepThreadDirect()
1257 OSThread *thread = OSi_RemoveLinkFromQueue(queue); in OS_WakeupThread() local
1282 void OS_WakeupThreadDirect(OSThread *thread) in OS_WakeupThreadDirect()
1427 OSThread *thread = OSi_ThreadInfo.entry[i]; in OS_DumpThreadList() local
1435 OSThread *thread = OSi_ThreadInfo.list; in OS_DumpThreadList() local
1477 OSThread *thread = OSi_ThreadInfo.list; in OS_GetNumberOfThread() local
1502 OSStackStatus OS_GetStackStatus(const OSThread *thread) in OS_GetStackStatus()
1546 void OSi_CheckStack(const char *file, int line, const OSThread *thread) in OSi_CheckStack()
1611 void OS_SetThreadStackWarningOffset(OSThread *thread, u32 offset) in OS_SetThreadStackWarningOffset()
1637 BOOL OS_SetThreadPriority(OSThread *thread, u32 prio) in OS_SetThreadPriority()
1696 u32 OS_GetThreadPriority(const OSThread *thread) in OS_GetThreadPriority()
1903 void OS_SetThreadDestructor(OSThread *thread, OSThreadDestructor dtor) in OS_SetThreadDestructor()
1918 OSThreadDestructor OS_GetThreadDestructor(const OSThread *thread) in OS_GetThreadDestructor()
1934 void OS_SetThreadParameter(OSThread *thread, void *parameter) in OS_SetThreadParameter()
1949 void *OS_GetThreadParameter(const OSThread *thread) in OS_GetThreadParameter()
1967 void OSi_SetSystemErrno(OSThread *thread, int errno) in OSi_SetSystemErrno()
1982 int OSi_GetSystemErrno(const OSThread *thread) in OSi_GetSystemErrno()
1999 OSThread *thread = OSi_GetCurrentThread(); in OS_GetErrno() local
2013 BOOL OS_IsThreadInList(const OSThread *thread) in OS_IsThreadInList()