5#ifndef THREADMAN_USER_H
6#define THREADMAN_USER_H
8#include "common_header.h"
12enum SceKernelLwMutexTypes {
13 SCE_KERNEL_LWMUTEX_RECURSIVE = 0x200
24s32 _sceKernelLockLwMutexCB(SceLwMutex *mutex, s32 count);
25s32 _sceKernelLockLwMutex(SceLwMutex *mutex, s32 count);
26s32 _sceKernelUnlockLwMutex(SceLwMutex *mutex, s32 count);
27s32 sceKernelReferLwMutexStatusByID(s32
id, u32 *addr);
28s32 _sceKernelAllocateTlspl(s32,
void*, s32);