simple_mutex |
A simple, non-recursive mutex. Although multiple locks can be acquired by a thread, a single unlock operation completely releases the mutex.
false
) state. Throws: os_thread_toolkit_error
Throws: os_thread_toolkit_error
lock()
; alternative acquisition syntax. Throws: os_thread_toolkit_error
unlock()
; alternative acquisition syntax. Throws: os_thread_toolkit_error
true if
successful. Throws: os_thread_toolkit_error
unlock()
without first obtaining a new lock on the mutex.Copyright©1994-2026 Recursion
Software LLC
All Rights Reserved - For use by licensed users only.