MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / TryLock

Method TryLock

Sources/nCine/Threading/PosixThreadSync.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 int Mutex::TryLock()
34 {
35 return pthread_mutex_trylock(&mutex_);
36 }
37
38 ///////////////////////////////////////////////////////////
39 // CondVariable CLASS

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected