Multithreaded Programming Guide
    
M
 
 malloc ( Index Term Link )
 
 MAP_NORESERVE ( Index Term Link )
 
 MAP_SHARED ( Index Term Link )
 
 mdb(1) ( Index Term Link ) ( Index Term Link )
 
 memory
  consistency ( Index Term Link )
  ordering, relaxed ( Index Term Link )
  strongly ordered ( Index Term Link )
 
 mmap ( Index Term Link )
 
 mmap(2) ( Index Term Link )
 
 monitor ( Index Term Link )
 
 monitor, code ( Index Term Link )
 
 mprotect ( Index Term Link )
 
 MT-Safe libraries
  alternative mmap(2)-based memory allocation library ( Index Term Link )
  classic iostreams
   for C++ ( Index Term Link )
  C ++ runtime shared objects
   for C++ 4.0 compiler ( Index Term Link )
  C++ runtime shared objects
   for C++ 5.0 compiler ( Index Term Link )
  C++ standard library
   for Sun C++ 5.x compilers ( Index Term Link )
  math library ( Index Term Link )
  network interfaces of the form getXXbyYY_r ( Index Term Link )
  socket library for making network connections ( Index Term Link )
  space-efficient memory allocation ( Index Term Link )
  thread-safe form of unsafe interfaces ( Index Term Link )
  thread-specific errno support ( Index Term Link )
  X11 Windows routines ( Index Term Link )
 
 multiple-readers, single-writer locks ( Index Term Link )
 
 multiprocessors ( Index Term Link )
 
 multithreading, defined ( Index Term Link )
 
 mutex, defined ( Index Term Link )
 
 mutex_destroy
  return values ( Index Term Link )
  syntax ( Index Term Link )
 
 mutex_init ( Index Term Link )
  return values ( Index Term Link )
  syntax ( Index Term Link )
  USYNC_THREAD ( Index Term Link )
 
 mutex_lock
  return values ( Index Term Link )
  syntax ( Index Term Link )
 
 mutex, mutual exclusion locks ( Index Term Link )
 
 mutex scope ( Index Term Link )
 
 mutex_trylock
  return values ( Index Term Link )
  syntax ( Index Term Link )
 
 mutex type
  PTHREAD_MUTEX_ERRORCHECK ( Index Term Link )
  PTHREAD_MUTEX_NORMAL ( Index Term Link )
  PTHREAD_MUTEX_RECUSIVE ( Index Term Link )
 
 mutex_unlock ( Index Term Link )
  return values ( Index Term Link )
 
 mutual exclusion locks ( Index Term Link ) ( Index Term Link )
  attributes ( Index Term Link )
  deadlock ( Index Term Link )
  default attributes ( Index Term Link )
  destroying mutex ( Index Term Link )
  destroying mutex state ( Index Term Link )
  getting mutex robust attribute ( Index Term Link )
  getting mutex scope ( Index Term Link )
  getting priority ceiling of mutex ( Index Term Link )
  getting priority ceiling of mutex attribute ( Index Term Link )
  getting protocol of mutex attribute ( Index Term Link )
  initializing ( Index Term Link )
  locking ( Index Term Link )
  making consistent ( Index Term Link )
  nonblock locking ( Index Term Link )
  setting mutex robust attribute ( Index Term Link )
  setting priority ceiling of mutex ( Index Term Link )
  setting priority ceiling of mutex attribute ( Index Term Link )
  setting protocol of mutex attribute ( Index Term Link )
  setting type attribute ( Index Term Link )
  unlocking ( Index Term Link )