man pages section 3: Threads and Realtime Library Functions
    
I
 
 I/O, asynchronous
  cancel request - aio_cancel ( Index Term Link )
  file synchronization - aio_sync ( Index Term Link )
  retrieve return status - aio_return ( Index Term Link )
 
 I/O, requests, list - lio_listio ( Index Term Link )
 
 initialization function for libthread_db library of interfaces - td_init ( Index Term Link )
 
 initialize and destroy mutex attributes object
  -- pthread_mutexattr_destroy ( Index Term Link )
  -- pthread_mutexattr_init ( Index Term Link )
 
 initialize and destroy read-write lock attributes object
  -- pthread_rwlockattr_destroy ( Index Term Link )
  -- pthread_rwlockattr_init ( Index Term Link )
 
 initialize and destroy threads attribute object
  -- pthread_attr_destroy ( Index Term Link )
  -- pthread_attr_init ( Index Term Link )
 
 initialize dynamic package - pthread_once ( Index Term Link )
 
 initialize or destroy a mutex
  -- pthread_mutex_destroy ( Index Term Link )
  -- pthread_mutex_init ( Index Term Link )
 
 initialize or destroy a read-write lock object
  -- pthread_rwlock_destroy ( Index Term Link )
  -- pthread_rwlock_init ( Index Term Link )
 
 initialize or destroy condition variable attributes object
  -- pthread_condattr_destroy ( Index Term Link )
  -- pthread_condattr_init ( Index Term Link )
 
 initialize or destroy condition variables
  -- pthread_cond_destroy ( Index Term Link )
  -- pthread_cond_init ( Index Term Link )
 
 interfaces in libthread_db that target process memory access
  -- ps_pdread ( Index Term Link )
  -- ps_pdwrite ( Index Term Link )
  -- ps_ptread ( Index Term Link )
  -- ps_ptwrite ( Index Term Link )
 
 invoke the function associated with a door descriptor - door_call ( Index Term Link )
 
 iterate over the set of locks owned by a thread - td_thr_lockowner ( Index Term Link )
 
 iterator functions on process handles from libthread_db library of interfaces
  -- td_ta_sync_iter ( Index Term Link )
  -- td_ta_thr_iter ( Index Term Link )
  -- td_ta_tsd_iter ( Index Term Link )