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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 02-02-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.