commit | 3d146aed05c37d170e3b16e9a42f14361cb82409 | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@tenstorrent.com> | Wed Apr 23 08:44:27 2025 -0400 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu Apr 24 22:58:43 2025 +0200 |
tree | 02cc9c59ccc81d0758dcd56fba51bb2469fe7f48 | |
parent | 951a321c896b2267c1158230e31b3595c6ab327f [diff] |
tests: posix: pthread: correct cases for pthread_timedjoin_np() pthread_timedjoin_np() is allowed to take a negative tv_sec parameter, since that is still a valid timespec. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>