Multi-threading: Difference between revisions
Line 173: | Line 173: | ||
= Synchronization = | = Synchronization = | ||
Synchronization can be performed via WaitSynchronization on any handles deriving from [[KSynchronizationObject]]. The semantic meaning of the call depends on the particular 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: ??? |