Page MenuHomeFreeBSD

There is no need for thread storm, wake up the one thread.
ClosedPublic

Authored by dchagin on Oct 31 2014, 6:32 AM.
Tags
None
Referenced Files
F131796627: D1040.diff
Sat, Oct 11, 5:57 AM
Unknown Object (File)
Aug 22 2025, 3:46 PM
Unknown Object (File)
Aug 16 2025, 1:05 AM
Unknown Object (File)
Aug 10 2025, 12:52 AM
Unknown Object (File)
Aug 7 2025, 3:54 PM
Unknown Object (File)
Jul 28 2025, 2:40 PM
Unknown Object (File)
Jun 27 2025, 12:32 PM
Unknown Object (File)
Jun 22 2025, 10:46 AM
Subscribers

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

dchagin retitled this revision from to There is no need for thread storm, wake up the one thread..

What will wake up other threads, if there are any? In other words, can you describe the situation here in a little more detail?

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.

trasz added a reviewer: trasz.
This revision is now accepted and ready to land.Mar 27 2015, 10:36 AM
This revision was automatically updated to reflect the committed changes.