trylock

Tries to lock @rec_mutex. If @rec_mutex is already locked by another thread, it immediately returns false. Otherwise it locks @rec_mutex and returns true.

Return

true if @rec_mutex could be locked

Since

2.32