Line 260:
Line 260:
* KInterruptEvent: ???
* KInterruptEvent: ???
* KMutex: Acquires a lock on the mutex (blocks until this succeeds)
* KMutex: Acquires a lock on the mutex (blocks until this succeeds)
−
* KProcess: ???
+
* KProcess: Waits until the process exits
* KSemaphore: ???
* KSemaphore: ???
* KServerPort: Waits for a new client connection, upon which svcAcceptSession is ready to be called
* KServerPort: Waits for a new client connection, upon which svcAcceptSession is ready to be called