Skip to content

Make Locks and Mutexes inline

PabloMK7 requested to merge lockmutexinline into develop

Locks and mutexes only do a single operation on their function calls, so inlining them reduces the need for another function call.

Merge request reports

Loading