thread_inCriticalRegion

Returns true if the current thread is in a critical region; otherwise, false.

In: The calling thread must be attached to the runtime.

extern (C)
bool
thread_inCriticalRegion
@nogc
(
)
in { assert (Thread.getThis()); }
Suggestion Box / Bug Report