Multi-threading: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 265: | Line 265: | ||
Synchronization can be performed via WaitSynchronization on any handles deriving from [[KSynchronizationObject]]. The semantic meaning of the call depends on the particular object type referred to by the given handle: | Synchronization can be performed via WaitSynchronization on any handles deriving from [[KSynchronizationObject]]. The semantic meaning of the call depends on the particular object type referred to by the given handle: | ||
* KClientPort: | * KClientPort: Wakes if max sessions not reached (free session available) | ||
* KClientSession: ??? | * KClientSession: ??? | ||
* KDebug: ??? | * KDebug: ??? |