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
Unknown Object (File)
Jan 5 2024, 5:35 PM
Unknown Object (File)
Dec 27 2023, 1:07 PM
Unknown Object (File)
Dec 25 2023, 9:37 AM
Unknown Object (File)
Dec 19 2023, 11:29 PM
Unknown Object (File)
Nov 21 2023, 5:21 PM
Unknown Object (File)
Nov 12 2023, 9:28 AM
Unknown Object (File)
Nov 9 2023, 10:14 PM
Unknown Object (File)
Oct 28 2023, 10:47 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.