| 313 | |
| 314 | #ifdef CPPUTEST_HAVE_PTHREAD_MUTEX_LOCK |
| 315 | static void PThreadMutexLock(PlatformSpecificMutex mtx) |
| 316 | { |
| 317 | pthread_mutex_lock((pthread_mutex_t *)mtx); |
| 318 | } |
| 319 | #else |
| 320 | static void PThreadMutexLock(PlatformSpecificMutex) |
| 321 | { |
nothing calls this directly
no outgoing calls
no test coverage detected