| 377 | } |
| 378 | |
| 379 | void make_contention_site_invalid(bthread_contention_site_t* cs) { |
| 380 | cs->sampling_range = 0; |
| 381 | } |
| 382 | |
| 383 | #ifndef NO_PTHREAD_MUTEX_HOOK |
| 384 | // Replace pthread_mutex_lock and pthread_mutex_unlock: |
no outgoing calls
no test coverage detected