Searched refs:OSThread (Results 1 – 8 of 8) sorted by relevance
38 FORWARD_DECLARE_STRUCT_TYPE(OSThread)58 OSThread* head;59 OSThread* tail;67 OSThread* head;68 OSThread* tail;74 OSThread* next;75 OSThread* prev;160 struct OSThread struct309 OSThread* OSGetCurrentThread ( void );310 OSThread* OSGetDefaultThread ( u32 coreIdc);[all …]
99 FORWARD_DECLARE_STRUCT_TYPE(OSThread)100 BOOL OSEnableThreadFPUException(OSThread *thread, u32 fpu_ex_mask);102 BOOL OSDisableThreadFPUException(OSThread *thread);
46 #define OSFASTMUTEX_THREAD(__fastMutex__) ((OSThread *)(__fastMutex__->lock & ~OSFASTMUTEX_WBIT))47 #define OSFASTMUTEX_LOCK(__lock__) ((OSThread *)(__lock__ & ~OSFASTMUTEX_WBIT))
34 OSThread* thread; // the current owner
171 void __OSDynLoad_TLSExitThread(OSThread *apThread);
46 OSThread* thread; in __stkchk()
117 OSThread *pThread = OSGetCurrentThread(); in _Exit()
210 OSThread *pThread = OSGetCurrentThread(); in __ghs_GetThreadLocalStorageItem()