You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not try to use pthread_cond_timedwait_relative_np on newer Android
API was deprecated, do not use (still available on Apple).
Rename USE_CLOCK_IN_COND to USE_CLOCK_GETTIME_IN_COND to make
more clear.
Put check for pthread_cond_timedwait_relative_np in a single
place defining a new USE_COND_TIMEDWAIT_RELATIVE if we can use
it.
Declare tv variable near gettimeofday to reduce conditional
compilation.
Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
0 commit comments