|
|
|
|
|
MutexEnd (Function) In french: MutexFin Signals that the thread frees the mutex. A mutex (Mutual Exclusion) is a critical section that can be specific to an application or shared between multiple applications. A mutex is used to manage an exclusive access to a resource shared between several threads. For example, a mutex can be used to handle a shared memory area. Syntax <Mutex name>: Character string Name of the mutex to use.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|