psl1ght
A free SDK for Sony's PS3 console
Functions
thread.h File Reference

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...
 

Detailed Description

PPU thread library.

Function Documentation

◆ sysThreadExit()

void sysThreadExit ( u64  ret_val)

Terminate the running PPU thread.

Parameters
ret_valThread return value.

◆ sysThreadGetId()

s32 sysThreadGetId ( sys_ppu_thread_t *  threadid)

Get the thread id of the running PPU thread.

Parameters
threadidPointer to storage for the running PPU thread id.
Returns
zero if no error occured, nonzero otherwise.