Predicate trylockCall
Holds if call is a call that tries to lock its argument arg, but may
return without success.
Import path
import semmle.code.cpp.commons.Synchronizationpredicate trylockCall(Expr arg, FunctionCall call)Holds if call is a call that tries to lock its argument arg, but may
return without success.
import semmle.code.cpp.commons.Synchronizationpredicate trylockCall(Expr arg, FunctionCall call)