Searched refs:thread (Results 1 – 7 of 7) sorted by relevance
153 typedef void (*OSThreadCleanupCallback)(void* thread, void* stackEnd);154 typedef void (*OSThreadDeallocator)(void* thread, void* stackEnd);311 BOOL OSIsThreadSuspended ( OSThread* thread );312 BOOL OSIsThreadTerminated( OSThread* thread );314 BOOL OSCreateThread( OSThread* thread,322 BOOL OSCreateThreadType( OSThread* thread,332 BOOL OSJoinThread ( OSThread* thread, int * val );333 void OSCancelThread ( OSThread* thread );334 void OSDetachThread ( OSThread* thread );335 s32 OSResumeThread ( OSThread* thread );[all …]
100 BOOL OSEnableThreadFPUException(OSThread *thread, u32 fpu_ex_mask);102 BOOL OSDisableThreadFPUException(OSThread *thread);
34 OSThread* thread; // the current owner member
81 SHThread *thread; member
46 OSThread* thread; in __stkchk() local48 thread = OSGetCurrentThread(); in __stkchk()49 if(sp <= (void *)thread->stackEnd) { in __stkchk()51 emit_stack_error(thread->name); in __stkchk()
95 REM rewrite config file if requested; NOT "thread-safe"!
135 REM rewrite config file if requested; NOT "thread-safe"!