Documentation

Added in v2.0

section

Syntax: %section(name)
Related: #SECTION

Returns the lock count for the named section. If the result is zero, the nobody else is currently running the section. If the result is greater than zero, then it indicates the number of threads executing or waiting for the named section.

Add comment

Login or register to post comments