psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
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
11extern "C" {
12#endif
13
17void sysThreadExit(u64 ret_val);
18
23s32 sysThreadGetId(sys_ppu_thread_t *threadid);
24
25#ifdef __cplusplus
26 }
27#endif
28
29#endif
s32 sysThreadGetId(sys_ppu_thread_t *threadid)
Get the thread id of the running PPU thread.
void sysThreadExit(u64 ret_val)
Terminate the running PPU thread.