9a4c5439 | 16-Jul-2024 |
Augustin Cavalier <waddlesplash@gmail.com> |
pthread: Implement pthread_timedjoin_np.
This also corrects an oversight in pthread_join() that not all potential error codes of wait_for_thread were accounted for (in particular EDEADLK wasn't.)
T
pthread: Implement pthread_timedjoin_np.
This also corrects an oversight in pthread_join() that not all potential error codes of wait_for_thread were accounted for (in particular EDEADLK wasn't.)
This is a non-standard extension, but is present on both Linux and FreeBSD, at least.
Change-Id: Ie96e7a261e863ab491bee30349360df7ff3d0e80 Reviewed-on: https://review.haiku-os.org/c/haiku/+/5099 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
show more ...
|