Skip to content
Snippets Groups Projects
Commit a384fa05 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Threads.Condition: Fix wait() with sub-second timeout.

pthread_cond_timedwait() does NOT normalize tv_nsec. A wait with
a tv_sec of zero and a tv_nsec >= 1000000000 seems to give no
wait at all.

Fixes #10070.
parent f01020a0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment