Home
last modified time | relevance | path

Searched refs:OSThreadInfo (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/include/nitro/os/common/
DsystemWork.h90OSThreadInfo *threadinfo_mainp; // 3a0-3a3: 4 bytes Pointer to ARM9 thread information; ensur…
91OSThreadInfo *threadinfo_subp; // 3a4-3a7: 4 bytes Pointer to ARM9 thread information; ensur…
Dthread.h163 typedef struct OSThreadInfo struct
180 OSThreadInfo; argument
466 extern OSThreadInfo OSi_ThreadInfo;
468 static inline OSThreadInfo *OS_GetThreadInfo(void) in OS_GetThreadInfo()
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_functionCost.c277 ldr r0, [ r0, #OSThreadInfo.current ] // r0 = currentThread. 0 if no currentThread in OSi_GetFunctionCostInfo()
Dos_callTrace.c319 ldr r0, [ r0, #OSThreadInfo.current ] // r0 = currentThread. 0 if no currentThread in OSi_GetCallTraceInfo()
Dos_thread.c81 OSThreadInfo OSi_ThreadInfo;
442 OSThreadInfo *info = &OSi_ThreadInfo; in OSi_RescheduleThread()