9 #ifndef __SPU_THREAD_H__ 10 #define __SPU_THREAD_H__ 12 #include <sys/cdefs.h> 14 #define SPU_THREAD_BASE 0xF0000000ULL 15 #define SPU_THREAD_OFFSET 0x00100000ULL 17 #define SPU_THREAD_Sig_Notify_1 0x5400C 18 #define SPU_THREAD_Sig_Notify_2 0x5C00C void spu_thread_exit(int status)
Terminate the running SPU thread.
void spu_thread_group_yield(void)
Preempt the running SPU thread group.
void spu_thread_group_exit(int status)
Terminate the running SPU thread group.