List of thread synchronization APIs which are traced with threading config.
Resource Wait Time APIs
- pthread_mutex_lock
- pthread_mutex_trylock
- pthread_mutex_timedlock
- pthread_barrier_wait
- pthread_cond_wait
- pthread_cond_timedwait
- pthread_rwlock_rdlock
- pthread_rwlock_tryrdlock
- pthread_rwlock_timedrdlock
- pthread_rwlock_wrlock
- pthread_rwlock_trywrlock
- pthread_rwlock_timedwrlock
- sem_wait
- sem_trywait
- sem_timedwait
Event Wait Time APIs
- pthread_join
Spin Time APIs
- pthread_spin_lock
- pthread_spin_trylock
Other APIs
- pthread_create
- pthread_exit
- pthread_cancel