psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
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
__attribute__
struct _heap_cntrl_t __attribute__
size
uintptr_t size
Definition
heap.h:1
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.
ppu
include
lv2
process.h
Generated by
1.9.8