The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
mutex
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
mutex
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
02-01-2002
wizard
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.
wizard
View Public Profile
Find all posts by wizard