Ejemplo n.º 1
0
 public int sceKernelCreateLwMutex(SceLwMutexWorkarea* WorkAreaPointer, string Name, ThreadManForUser.MutexAttributesEnum Attributes, int InitialCount, int OptionAddress)
 {
     WorkAreaPointer->attr = Attributes;
     WorkAreaPointer->lockLevel = 0;
     //throw(new NotImplementedException());
     return 0;
 }
Ejemplo n.º 2
0
 public int sceKernelDeleteLwMutex(SceLwMutexWorkarea* WorkAreaPointer)
 {
     //throw (new NotImplementedException());
     return 0;
 }