man pages section 3: Threads and Realtime Library Functions
    
M
 
 make a mutex consistent after owner death - pthread_mutex_consistent_np ( Index Term Link )
 
 manage thread signals for libthread_db
  - td_thr_setsigpending ( Index Term Link )
  - td_thr_sigsetmask ( Index Term Link )
 
 manage thread-specific data
  - pthread_getspecific ( Index Term Link )
  - pthread_setspecific ( Index Term Link )
 
 memory object, shared
  open - shm_open ( Index Term Link )
  remove - shm_unlink ( Index Term Link )
 
 message queue
  close - mq_close ( Index Term Link )
  notify process (or thread) - mq_notify ( Index Term Link )
  open - mq_open ( Index Term Link )
  receive a message from - mq_receive ( Index Term Link )
  remove - mq_unlink ( Index Term Link )
  send message to - mq_send ( Index Term Link )
  set attributes - mq_setattr ( Index Term Link )
 
 mq_close - close a message queue ( Index Term Link )
 
 mq_getattr - get message queue attributes ( Index Term Link )
 
 mq_notify - notify process (or thread) that a message is available on a queue ( Index Term Link )
 
 mq_open - open a message queue ( Index Term Link )
 
 mq_receive - receive a message from a message queue ( Index Term Link )
 
 mq_send - send a message to a message queue ( Index Term Link )
 
 mq_setattr - set/get message queue attributes ( Index Term Link )
 
 mq_unlink - remove a message queue ( Index Term Link )
 
 mutex - concepts relating to mutual exclusion locks ( Index Term Link )
  Caveats ( Index Term Link )
  Initialization ( Index Term Link )
 
 mutex_destroy - mutual exclusion locks ( Index Term Link )
 
 mutex_init - mutual exclusion locks ( Index Term Link )
  Destroy ( Index Term Link )
  Dynamically Allocated Mutexes ( Index Term Link )
  Initialize ( Index Term Link )
  Interprocess Locking ( Index Term Link )
  Lock and Unlock ( Index Term Link )
  Multiple Instruction Single Data ( Index Term Link )
  Single Gate ( Index Term Link )
  Solaris Interprocess Robust Locking ( Index Term Link )
 
 mutex_lock - mutual exclusion locks ( Index Term Link )
 
 mutex_trylock - mutual exclusion locks ( Index Term Link )
 
 mutex_unlock - mutual exclusion locks ( Index Term Link )
 
 mutual exclusion locks
  - mutex_destroy ( Index Term Link )
  - mutex_init ( Index Term Link )
  - mutex_lock ( Index Term Link )
  - mutex_trylock ( Index Term Link )
  - mutex_unlock ( Index Term Link )