psl1ght
A free SDK for Sony's PS3 console
Main Page
Related Pages
+
Data Structures
Data Structures
Data Structure Index
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
_
a
d
g
i
k
m
o
p
r
s
t
v
+
Functions
a
g
i
o
r
s
v
+
Typedefs
a
d
g
i
k
o
p
r
s
v
Enumerations
Enumerator
+
Macros
a
g
m
p
s
t
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
ppu
include
lv2
process.h
Go to the documentation of this file.
1
5
#ifndef __LV2_PROCESS_H__
6
#define __LV2_PROCESS_H__
7
8
#include <ppu-types.h>
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
19
void
sysProcessExit
(
int
status) __attribute__((noreturn));
20
40
void
sysProcessExitSpawn2
(
const
char
*path,
const
char
*argv[],
const
char
*envp[],
void
*data,
size_t
size,
int
priority,u64 flags);
41
42
#ifdef __cplusplus
43
}
44
#endif
45
46
#endif
sysProcessExitSpawn2
void sysProcessExitSpawn2(const char *path, const char *argv[], const char *envp[], void *data, size_t size, int priority, u64 flags)
Terminate the running process and execute another program.
sysProcessExit
void sysProcessExit(int status) __attribute__((noreturn))
Terminate the running process.
Generated on Wed Aug 7 2019 09:58:38 for psl1ght by
1.8.15