psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
spu_thread.h
Go to the documentation of this file.
1
9#ifndef __SPU_THREAD_H__
10#define __SPU_THREAD_H__
11
12#include <sys/cdefs.h>
13
14#define SPU_THREAD_BASE 0xF0000000ULL
15#define SPU_THREAD_OFFSET 0x00100000ULL
16
17#define SPU_THREAD_Sig_Notify_1 0x5400C
18#define SPU_THREAD_Sig_Notify_2 0x5C00C
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
28void spu_thread_group_exit(int status);
29
34
39void spu_thread_exit(int status);
40
41#ifdef __cplusplus
42 }
43#endif
44
45#endif
void spu_thread_group_exit(int status)
Terminate the running SPU thread group.
void spu_thread_exit(int status)
Terminate the running SPU thread.
void spu_thread_group_yield(void)
Preempt the running SPU thread group.