C# 클래스 CSPspEmu.Hle.Modules.threadman.SceKernelLwMutexInfo

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
attr ThreadManForUser.MutexAttributesEnum
currentCount int
initCount int
lockThread int
numWaitThreads int
size SceSize
uid SceUID
workarea void*

프로퍼티 상세

attr 공개적으로 프로퍼티

public ThreadManForUser.MutexAttributesEnum attr
리턴 ThreadManForUser.MutexAttributesEnum

currentCount 공개적으로 프로퍼티

public int currentCount
리턴 int

initCount 공개적으로 프로퍼티

public int initCount
리턴 int

lockThread 공개적으로 프로퍼티

public int lockThread
리턴 int

numWaitThreads 공개적으로 프로퍼티

public int numWaitThreads
리턴 int

size 공개적으로 프로퍼티

public SceSize size
리턴 SceSize

uid 공개적으로 프로퍼티

public SceUID uid
리턴 SceUID

workarea 공개적으로 프로퍼티

public void* workarea
리턴 void*