The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: mutex
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 02-01-2002
wizard wizard is offline
Registered User
 

Join Date: Nov 2001
Posts: 60
A mutex is a mutual exclusion lock used to serialize access to kernel data structures. You can also use them to serialize access in your own code.