Home
last modified time | relevance | path

Searched refs:OSThread (Results 1 – 8 of 8) sorted by relevance

/CafeSDK-2.12.13/system/include/cafe/os/
DOSThread.h38 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 struct
309 OSThread* OSGetCurrentThread ( void );
310 OSThread* OSGetDefaultThread ( u32 coreIdc);
[all …]
DOSException.h99 FORWARD_DECLARE_STRUCT_TYPE(OSThread)
100 BOOL OSEnableThreadFPUException(OSThread *thread, u32 fpu_ex_mask);
102 BOOL OSDisableThreadFPUException(OSThread *thread);
DOSFastMutex.h46 #define OSFASTMUTEX_THREAD(__fastMutex__) ((OSThread *)(__fastMutex__->lock & ~OSFASTMUTEX_WBIT))
47 #define OSFASTMUTEX_LOCK(__lock__) ((OSThread *)(__lock__ & ~OSFASTMUTEX_WBIT))
DOSMutex.h34 OSThread* thread; // the current owner
DOSDynLoad.h171 void __OSDynLoad_TLSExitThread(OSThread *apThread);
/CafeSDK-2.12.13/system/src/lib/libsys/
Dind_stackcheck.c46 OSThread* thread; in __stkchk()
Dind_exit.c117 OSThread *pThread = OSGetCurrentThread(); in _Exit()
Dind_thrd.c210 OSThread *pThread = OSGetCurrentThread(); in __ghs_GetThreadLocalStorageItem()