vitasdk
Documentation of the vitasdk
threadmgr.h
Go to the documentation of this file.
1
6
#ifndef _PSP2_KERNEL_THREADMGR_H_
7
#define _PSP2_KERNEL_THREADMGR_H_
8
9
#ifdef __cplusplus
10
extern
"C"
{
11
#endif
12
13
#ifdef __cplusplus
14
}
15
#endif
16
17
#include <
vitasdk/build_utils.h
>
18
#include <
psp2/kernel/threadmgr/callback.h
>
19
#include <
psp2/kernel/threadmgr/cond.h
>
20
#include <
psp2/kernel/threadmgr/eventflag.h
>
21
#include <
psp2/kernel/threadmgr/lw_cond.h
>
22
#include <
psp2/kernel/threadmgr/lw_mutex.h
>
23
#include <
psp2/kernel/threadmgr/msgpipe.h
>
24
#include <
psp2/kernel/threadmgr/mutex.h
>
25
#include <
psp2/kernel/threadmgr/rwlock.h
>
26
#include <
psp2/kernel/threadmgr/semaphore.h
>
27
#include <
psp2/kernel/threadmgr/signal.h
>
28
#include <
psp2/kernel/threadmgr/thread.h
>
29
30
#endif
/* _PSP2_KERNEL_THREADMGR_H_ */
31
build_utils.h
eventflag.h
callback.h
cond.h
lw_cond.h
lw_mutex.h
mutex.h
thread.h
msgpipe.h
rwlock.h
semaphore.h
signal.h
include
psp2
kernel
threadmgr.h
Vita SDK