Home | History | Annotate | Download | only in src

Lines Matching full:sem_timedwait

918     int result = sem_timedwait(&sem_, &ts);
921 // For glibc prior to 2.3.4 sem_timedwait returns the error instead of -1.