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