psl1ght
A free SDK for Sony's PS3 console
ppu
include
lv2
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
sysThreadExit
void sysThreadExit(u64 ret_val)
Terminate the running PPU thread.
sysThreadGetId
s32 sysThreadGetId(sys_ppu_thread_t *threadid)
Get the thread id of the running PPU thread.
Generated on Wed Aug 7 2019 09:58:38 for psl1ght by
1.8.15