| 324 | |
| 325 | #ifdef CPPUTEST_HAVE_PTHREAD_MUTEX_LOCK |
| 326 | static void PThreadMutexUnlock(PlatformSpecificMutex mtx) |
| 327 | { |
| 328 | pthread_mutex_unlock((pthread_mutex_t *)mtx); |
| 329 | } |
| 330 | #else |
| 331 | static void PThreadMutexUnlock(PlatformSpecificMutex) |
| 332 | { |
nothing calls this directly
no outgoing calls
no test coverage detected