Posix Thread APIs - Posix Thread APIs - 57368

uProf User Guide

Document ID
57368
Release Date
2025-06-09
Revision
5.1 English

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