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

Function PThreadMutexUnlock

src/Platforms/Gcc/UtestPlatform.cpp:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324
325#ifdef CPPUTEST_HAVE_PTHREAD_MUTEX_LOCK
326static void PThreadMutexUnlock(PlatformSpecificMutex mtx)
327{
328 pthread_mutex_unlock((pthread_mutex_t *)mtx);
329}
330#else
331static void PThreadMutexUnlock(PlatformSpecificMutex)
332{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected