psl1ght
A free SDK for Sony's PS3 console
|
PPU thread library. More...
#include <ppu-types.h>
Go to the source code of this file.
Functions | |
void | sysThreadExit (u64 ret_val) |
Terminate the running PPU thread. More... | |
s32 | sysThreadGetId (sys_ppu_thread_t *threadid) |
Get the thread id of the running PPU thread. More... | |
PPU thread library.
void sysThreadExit | ( | u64 | ret_val | ) |
Terminate the running PPU thread.
ret_val | Thread return value. |
s32 sysThreadGetId | ( | sys_ppu_thread_t * | threadid | ) |
Get the thread id of the running PPU thread.
threadid | Pointer to storage for the running PPU thread id. |