MCPcopy Create free account
hub / github.com/cpputest/cpputest / PThreadMutexLock

Function PThreadMutexLock

src/Platforms/Gcc/UtestPlatform.cpp:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313
314#ifdef CPPUTEST_HAVE_PTHREAD_MUTEX_LOCK
315static void PThreadMutexLock(PlatformSpecificMutex mtx)
316{
317 pthread_mutex_lock((pthread_mutex_t *)mtx);
318}
319#else
320static void PThreadMutexLock(PlatformSpecificMutex)
321{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected