| Summary: | a problem in pthread_mutex_trylock | ||
|---|---|---|---|
| Product: | Base System | Reporter: | astra <astra> |
| Component: | kern | Assignee: | Jason Evans <jasone> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.0-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
astra
2000-06-15 06:10:03 UTC
Responsible Changed From-To: gnats-admin->freebsd-bugs Misfilled PR Responsible Changed From-To: freebsd-bugs->jasone Over to maintainer. State Changed From-To: open->closed A mutex must be unlocked by the same thread that locked it. If you want to use the programming idiom demonstrated in the program, use semaphores instead of mutexes. |