Marco Casaroli 11cc232de5 pthread_mutex_timedlock never returns EINTR
According to posix spec, this function should never return `EINTR`.

This fixes the call to `pthread_mutex_take` so it keeps retrying the
lock and doesn't return `EINTR`
2022-12-07 21:08:23 +08:00
..
2022-12-06 18:33:21 +08:00
2022-04-02 20:09:42 +08:00
2022-12-06 18:33:21 +08:00