man pages section 3: Threads and Realtime Library Functions
    
G
 
 get a synchronization object handle from a synchronization object's address — td_ta_map_addr2sync ( Index Term Link )
 
 get a thread's thread-specific data for libthread_db library of interfaces — td_thr_tsd ( Index Term Link )
 
 get and set prioceiling attribute of mutex attribute object
  — pthread_mutexattr_getprioceiling ( Index Term Link )
  — pthread_mutexattr_setprioceiling ( Index Term Link )
 
 get and set process-shared attribute
  — pthread_mutexattr_getpshared ( Index Term Link )
  — pthread_mutexattr_setpshared ( Index Term Link )
 
 get and set process-shared attribute of read-write lock attributes object
  — pthread_rwlockattr_getpshared ( Index Term Link )
  — pthread_rwlockattr_setpshared ( Index Term Link )
 
 get and set protocol attribute of mutex attribute object
  — pthread_mutexattr_getprotocol ( Index Term Link )
  — pthread_mutexattr_setprotocol ( Index Term Link )
 
 get calling thread's ID — pthread_self ( Index Term Link )
 
 get calling thread's ID — thr_self ( Index Term Link )
 
 get execution time limits — sched_rr_get_interval ( Index Term Link )
 
 get message queue attributes — mq_getattr ( Index Term Link )
 
 get or set a mutex type
  — pthread_mutexattr_gettype ( Index Term Link )
  — pthread_mutexattr_settype ( Index Term Link )
 
 get or set contentionscope attribute
  — pthread_attr_getscope ( Index Term Link )
  — pthread_attr_setscope ( Index Term Link )
 
 get or set detachstate attribute
  — pthread_attr_getdetachstate ( Index Term Link )
  — pthread_attr_setdetachstate ( Index Term Link )
 
 get or set inheritsched attribute
  — pthread_attr_getinheritsched ( Index Term Link )
  — pthread_attr_setinheritsched ( Index Term Link )
 
 get or set level of concurrency
  — pthread_getconcurrency ( Index Term Link )
  — pthread_setconcurrency ( Index Term Link )
 
 get or set schedparam attribute
  — pthread_attr_getschedparam ( Index Term Link )
  — pthread_attr_setschedparam ( Index Term Link )
 
 get or set schedpolicy attribute
  — pthread_attr_getschedpolicy ( Index Term Link )
  — pthread_attr_setschedpolicy ( Index Term Link )
 
 get or set stackaddr attribute
  — pthread_attr_getstackaddr ( Index Term Link )
  — pthread_attr_setstackaddr ( Index Term Link )
 
 get or set stacksize attribute
  — pthread_attr_getstacksize ( Index Term Link )
  — pthread_attr_setstacksize ( Index Term Link )
 
 get or set the process-shared condition variable attributes
  — pthread_condattr_getpshared ( Index Term Link )
  — pthread_condattr_setpshared ( Index Term Link )
 
 get or set the thread guardsize attribute
  — pthread_attr_getguardsize ( Index Term Link )
  — pthread_attr_setguardsize ( Index Term Link )
 
 get scheduling parameter limits
  — sched_get_priority_max ( Index Term Link )
  — sched_get_priority_min ( Index Term Link )
 
 get scheduling parameters — sched_getparam ( Index Term Link )
 
 get scheduling policy — sched_getscheduler ( Index Term Link )
 
 get thread information in libthread_db library of interfaces — td_thr_get_info ( Index Term Link )
 
 get thread stack address and size — thr_stksegment ( Index Term Link )
 
 gets the total number of threads in a process for libthread_db — td_ta_get_nthreads ( Index Term Link )