Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 7 of 7) sorted by relevance

/CafeSDK-2.12.13/system/include/cafe/os/
DOSThread.h153 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 …]
DOSException.h100 BOOL OSEnableThreadFPUException(OSThread *thread, u32 fpu_ex_mask);
102 BOOL OSDisableThreadFPUException(OSThread *thread);
DOSMutex.h34 OSThread* thread; // the current owner member
DOSSysHealth.h81 SHThread *thread; member
/CafeSDK-2.12.13/system/src/lib/libsys/
Dind_stackcheck.c46 OSThread* thread; in __stkchk() local
48 thread = OSGetCurrentThread(); in __stkchk()
49 if(sp <= (void *)thread->stackEnd) { in __stkchk()
51 emit_stack_error(thread->name); in __stkchk()
/CafeSDK-2.12.13/system/bin/tool/
Dcafeoptions.bat95 REM rewrite config file if requested; NOT "thread-safe"!
/CafeSDK-2.12.13/
Dcafe.bat135 REM rewrite config file if requested; NOT "thread-safe"!