Details
Details
- Reviewers
trasz - Group Reviewers
Linux Emulation - Commits
- rS283384: pthread_join() caller do futex_wait on child_clear_tid. As a results
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
What will wake up other threads, if there are any? In other words, can you describe the situation here in a little more detail?
Comment Actions
child_clear_id used by pthread_join() where caller do futex_wait on it.
results of multiple simultaneous calls to pthread_join() specifying the same target thread are undefined.