man pages section 3: Threads and Realtime Library Functions
    
C
 
 cancellation — overview of concepts related to POSIX thread cancellation ( Index Term Link )
  Cancel-Safe ( Index Term Link )
  Cancellation ( Index Term Link )
  Cancellation Points ( Index Term Link )
  Cancellation State ( Index Term Link )
  Cancellation Type ( Index Term Link )
  Cleanup Handlers ( Index Term Link )
  Planning Steps ( Index Term Link )
  POSIX Threads Only ( Index Term Link )
 
 change or examine calling thread's signal mask — pthread_sigmask ( Index Term Link )
 
 change or examine calling thread's signal mask — thr_sigsetmask ( Index Term Link )
 
 change the priority ceiling of a mutex
  — pthread_mutex_getprioceiling ( Index Term Link )
  — pthread_mutex_setprioceiling ( Index Term Link )
 
 clock_getres — high-resolution clock operations ( Index Term Link )
 
 clock_gettime — high-resolution clock operations ( Index Term Link )
 
 clock_settime — high-resolution clock operations ( Index Term Link )
 
 collect target process statistics for libthread_db
  — td_ta_enable_stats ( Index Term Link )
  — td_ta_get_stats ( Index Term Link )
  — td_ta_reset_stats ( Index Term Link )
 
 compare thread IDs — pthread_equal ( Index Term Link )
 
 concepts related to POSIX pthreads and Solaris threads and the libpthread and libthread libraries — pthreads ( Index Term Link )
 
 concepts related to POSIX pthreads and Solaris threads and the libpthread and libthread libraries — threads ( Index Term Link )
 
 concepts related to condition variables — condition ( Index Term Link )
 
 concepts relating to mutual exclusion locks — mutex ( Index Term Link )
 
 cond_broadcast — condition variables ( Index Term Link )
 
 cond_destroy — condition variables ( Index Term Link )
 
 cond_init — condition variables ( Index Term Link )
  Condition Signaling ( Index Term Link )
  Condition Wait ( Index Term Link )
  Destroy ( Index Term Link )
  Initialize ( Index Term Link )
 
 cond_reltimedwait — condition variables ( Index Term Link )
 
 cond_signal — condition variables ( Index Term Link )
 
 cond_timedwait — condition variables ( Index Term Link )
 
 cond_wait — condition variables ( Index Term Link )
 
 condition — concepts related to condition variables ( Index Term Link )
 
 condition variables — cond_broadcast ( Index Term Link )
 
 condition variables — cond_destroy ( Index Term Link )
 
 condition variables — cond_init ( Index Term Link )
 
 condition variables — cond_reltimedwait ( Index Term Link )
 
 condition variables — cond_signal ( Index Term Link )
 
 condition variables — cond_timedwait ( Index Term Link )
 
 condition variables — cond_wait ( Index Term Link )
 
 condition — concepts related to condition variables
  Condition Signaling ( Index Term Link )
  Condition Wait ( Index Term Link )
  Destroy ( Index Term Link )
  Initialize ( Index Term Link )
 
 convert a thread id or thread address to a thread handle
  — td_ta_map_addr2thr ( Index Term Link )
  — td_ta_map_id2thr ( Index Term Link )
 
 create a door descriptor — door_create ( Index Term Link ) ( Index Term Link )
 
 create a thread — thr_create ( Index Term Link )
 
 create a thread — pthread_create ( Index Term Link )
 
 create cancellation point in the calling thread. — pthread_testcancel ( Index Term Link )
 
 create thread-specific data key — pthread_key_create ( Index Term Link ) ( Index Term Link )