This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: pthread_condattr_setclock() and CLOCK_BOOTTIME


Hm,

looks like this needs a bit more work than I thought initially. Unit test for pthread_cond_timedwait() fails if CLOCK_BOOTTIME is used, and that seems to be due to futex syscall supporting only CLOCK_REALTIME and CLOCK_MONOTONIC. 

BR,
H.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]