critical_section |
A simple, highly-efficient synchronization object used to guard resources in a multithreaded environment. A critical section supports recursive acquisition by the same thread, and must be unlocked as many times as it was locked before another thread can acquire it.
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
Copyright©1994-2026 Recursion
Software LLC
All Rights Reserved - For use by licensed users only.