psl1ght
A free SDK for Sony's PS3 console
thread.h
Go to the documentation of this file.
1 
5 #ifndef __LV2_THREAD_H__
6 #define __LV2_THREAD_H__
7 
8 #include <ppu-types.h>
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
17 void sysThreadExit(u64 ret_val);
18 
23 s32 sysThreadGetId(sys_ppu_thread_t *threadid);
24 
25 #ifdef __cplusplus
26  }
27 #endif
28 
29 #endif
void sysThreadExit(u64 ret_val)
Terminate the running PPU thread.
s32 sysThreadGetId(sys_ppu_thread_t *threadid)
Get the thread id of the running PPU thread.