Lines Matching refs:BOOL
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 );
337 BOOL OSSetThreadPriority ( OSThread* thread, OSPriority priority );
341 BOOL OSSetThreadAffinity ( OSThread* thread, u16 affinity);
346 BOOL OSSetThreadCancelState(BOOL cancelState);
348 BOOL OSSetThreadRunQuantum(OSThread *thread, u32 quantumMicrosec);
354 BOOL OSRunThread(OSThread* thread,
366 BOOL OSSetThreadStackUsage(OSThread *thread);
378 BOOL OSIsSchedulerLocked ( void* lockid );
392 BOOL OSGetActiveThreadLink(OSThread *thread, OSThreadLink *threadLink);