Home
last modified time | relevance | path

Searched refs:syscall_timespec (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dfutex.cc66 struct syscall_timespec { long tv_sec; long tv_nsec; }; struct
69 using syscall_timespec = ::timespec; typedef
75 syscall_timespec
79 syscall_timespec rt; in relative_timespec()
134 syscall_timespec rt; in _M_futex_wait_until()
210 syscall_timespec rt; in _M_futex_wait_until_steady()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20201134 the type of the syscall_timespec::tv_sec member.
1188 (syscall_timespec): Define a type suitable for SYS_clock_gettime
1190 (system_clock::now(), steady_clock::now()): Use syscall_timespec
1192 * src/c++11/futex.cc (syscall_timespec): Define a type suitable
1194 (relative_timespec): Use syscall_timespec instead of timespec.