vitasdk
Documentation of the vitasdk
utils.h
Go to the documentation of this file.
1 #ifndef _VITASDK_UTILS_H_
2 #define _VITASDK_UTILS_H_
3 
4 #include <psp2/types.h>
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
16 
23 
30 
31 #ifdef __cplusplus
32 }
33 #endif
34 #endif /* _VITASDK_UTILS_H_ */
int SceUID
UIDs are used to describe many different kernel objects.
Definition: types.h:90
void * vitasdk_get_pthread_data(SceUID thid)
vitasdk_get_pthread_data - Get pointer to memory to store pthread metadata
int vitasdk_delete_thread_reent(SceUID thid)
vitasdk_delete_thread_reent delete the internal reent data for the specified thread
void * vitasdk_get_tls_data(SceUID thid)
vitasdk_get_tls_data - Get pointer to memory location to store TLS data