MUTEXUNLOCK


Releases a mutex lock

Syntax:
declare sub Mutexunlock ( byval id as any ptr )

Usage:
Mutexunlock( id )

Parameters:
id
The any ptr handle of the mutex to be unlocked.

Description:
Mutexunlock releases a mutex "handle" created by Mutexcreate, and locked with Mutexlock. This allows other threads sharing the mutex to continue execution.

See Mutexcreate for more general information on mutexes.

Examples:
See the examples in Mutexcreate and also Threadcreate.

Dialect Differences:
Platform Differences:
Differences from QB:
See also:
Back to Threading Support Functions
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki



sf.net phatcode