man pages section 3: Threads and Realtime Library Functions
    
T
 
 td_event_addset — thread events in libthread_db ( Index Term Link )
 
 td_event_delset — thread events in libthread_db ( Index Term Link )
 
 td_event_emptyset — thread events in libthread_db ( Index Term Link )
 
 td_event_fillset — thread events in libthread_db ( Index Term Link )
 
 td_eventisempty — thread events in libthread_db ( Index Term Link )
 
 td_eventismember — thread events in libthread_db ( Index Term Link )
 
 td_init — initialization function for libthread_db library of interfaces ( Index Term Link )
 
 td_log — placeholder for future logging functionality ( Index Term Link )
 
 td_sync_get_info — operations on a synchronization object in libthread_db ( Index Term Link )
 
 td_sync_get_stats — operations on a synchronization object in libthread_db ( Index Term Link )
 
 td_sync_setstate — operations on a synchronization object in libthread_db ( Index Term Link )
 
 td_sync_waiters — operations on a synchronization object in libthread_db ( Index Term Link )
 
 td_ta_delete — allocate and deallocate process handles for libthread_db ( Index Term Link )
 
 td_ta_enable_stats — collect target process statistics for libthread_db ( Index Term Link )
 
 td_ta_event_addr — thread events in libthread_db ( Index Term Link )
  Event Set Manipulation Macros ( Index Term Link )
 
 td_ta_event_getmsg — thread events in libthread_db ( Index Term Link )
 
 td_ta_get_nthreads — gets the total number of threads in a process for libthread_db ( Index Term Link )
 
 td_ta_get_ph — allocate and deallocate process handles for libthread_db ( Index Term Link )
 
 td_ta_get_stats — collect target process statistics for libthread_db ( Index Term Link )
 
 td_ta_map_addr2sync — get a synchronization object handle from a synchronization object's address ( Index Term Link )
 
 td_ta_map_addr2thr — convert a thread id or thread address to a thread handle ( Index Term Link )
 
 td_ta_map_id2thr — convert a thread id or thread address to a thread handle ( Index Term Link )
 
 td_ta_new — allocate and deallocate process handles for libthread_db ( Index Term Link )
 
 td_ta_reset_stats — collect target process statistics for libthread_db ( Index Term Link )
 
 td_ta_set_event — thread events in libthread_db ( Index Term Link )
 
 td_ta_setconcurrency — set concurrency level for target process ( Index Term Link )
 
 td_ta_sync_iter — iterator functions on process handles from libthread_db ( Index Term Link )
 
 td_ta_sync_tracking_enable — operations on a synchronization object in libthread_db ( Index Term Link )
 
 td_ta_thr_iter — iterator functions on process handles from libthread_db ( Index Term Link )
 
 td_ta_tsd_iter — iterator functions on process handles from libthread_db ( Index Term Link )
 
 td_thr_clear_event — thread events in libthread_db ( Index Term Link )
 
 td_thr_dbresume — suspend and resume threads in libthread_db ( Index Term Link )
 
 td_thr_dbsuspend — suspend and resume threads in libthread_db ( Index Term Link )
 
 td_thr_event_enable — thread events in libthread_db ( Index Term Link )
 
 td_thr_event_getmsg — thread events in libthread_db ( Index Term Link )
 
 td_thr_get_info — get thread information in libthread_db library of interfaces ( Index Term Link )
 
 td_thr_getfpregs — reading and writing thread registers in libthread_db ( Index Term Link )
 
 td_thr_getgregs — reading and writing thread registers in libthread_db ( Index Term Link )
  SPARC ( Index Term Link )
  x86 Architecture ( Index Term Link )
 
 td_thr_getxregs — reading and writing thread registers in libthread_db ( Index Term Link )
 
 td_thr_getxregsize — reading and writing thread registers in libthread_db ( Index Term Link )
 
 td_thr_lockowner — iterate over the set of locks owned by a thread ( Index Term Link )
 
 td_thr_set_event — thread events in libthread_db ( Index Term Link )
 
 td_thr_setfpregs — reading and writing thread registers in libthread_db ( Index Term Link )
 
 td_thr_setgregs — reading and writing thread registers in libthread_db ( Index Term Link )
 
 td_thr_setprio — set the priority of a thread ( Index Term Link )
 
 td_thr_setsigpending — manage thread signals for libthread_db ( Index Term Link )
 
 td_thr_setxregs — reading and writing thread registers in libthread_db ( Index Term Link )
 
 td_thr_sigsetmask — manage thread signals for libthread_db ( Index Term Link )
 
 td_thr_sleepinfo — return the synchronization handle for the object on which a thread is blocked ( Index Term Link )
 
 td_thr_tsd — get a thread's thread-specific data for libthread_db library of interfaces ( Index Term Link )
 
 td_thr_validate — test a thread handle for validity ( Index Term Link )
 
 tda_ta_clear_event — thread events in libthread_db ( Index Term Link )
 
 terminate calling thread — pthread_exit ( Index Term Link )
 
 terminate the calling thread — thr_exit ( Index Term Link )
 
 test a thread handle for validity — td_thr_validate ( Index Term Link )
 
 thr_continue — continue thread execution ( Index Term Link )
 
 thr_create — create a thread ( Index Term Link )
 
 thr_exit — terminate the calling thread ( Index Term Link )
 
 thr_getconcurrency — get thread concurrency level ( Index Term Link )
 
 thr_getprio — access dynamic thread scheduling ( Index Term Link )
 
 thr_getspecific — thread-specific-data functions ( Index Term Link )
 
 thr_join — wait for thread termination ( Index Term Link )
 
 thr_keycreate — thread-specific-data functions ( Index Term Link )
  Create Key ( Index Term Link )
  Get Value ( Index Term Link )
  Set Value ( Index Term Link )
 
 thr_main — identifies the calling thread as the main thread or not the main thread ( Index Term Link )
 
 thr_self — get calling thread's ID ( Index Term Link )
 
 thr_setconcurrency — set thread concurrency level ( Index Term Link )
 
 thr_setprio — access dynamic thread scheduling ( Index Term Link )
 
 thr_setspecific — thread-specific-data functions ( Index Term Link )
 
 thr_sigsetmask — change or examine calling thread's signal mask ( Index Term Link )
 
 thr_stksegment — get thread stack address and size ( Index Term Link )
 
 thr_suspend — suspend thread execution ( Index Term Link )
 
 thr_yield — thread yield to another thread ( Index Term Link )
 
 thread events in libthread_db
  — td_event_addset ( Index Term Link )
  — td_event_delset ( Index Term Link )
  — td_event_emptyset ( Index Term Link )
  — td_event_fillset ( Index Term Link )
  — td_eventisempty ( Index Term Link )
  — td_eventismember ( Index Term Link )
  — td_ta_event_addr ( Index Term Link )
  — td_ta_event_getmsg ( Index Term Link )
  — td_ta_set_event ( Index Term Link )
  — td_thr_clear_event ( Index Term Link )
  — td_thr_event_enable ( Index Term Link )
  — td_thr_event_getmsg ( Index Term Link )
  — td_thr_set_event ( Index Term Link )
  — tda_ta_clear_event ( Index Term Link )
 
 thread-specific-data functions
  — thr_getspecific ( Index Term Link )
  — thr_keycreate ( Index Term Link )
  — thr_setspecific ( Index Term Link )
 
 thread yield to another thread — thr_yield ( Index Term Link )
 
 threads — concepts related to POSIX pthreads and Solaris threads and the libpthread and libthread libraries ( Index Term Link )
 
 timer_getoverrun — per-process timers ( Index Term Link )
 
 timer_gettime — per-process timers ( Index Term Link )
 
 timer_settime — per-process timers ( Index Term Link )