Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 4 of 4) sorted by relevance

/bionic/tests/
Dthreads_test.cpp407 timespec remaining = {}; in TEST()
408 ASSERT_EQ(-1, thrd_sleep(&long_time, &remaining)); in TEST()
409 uint64_t t = remaining.tv_sec * 1000000000 + remaining.tv_nsec; in TEST()
/bionic/docs/
Dstatus.md141 …* all remaining `_FILE_OFFSET_BITS=64` functions, completing `_FILE_OFFSET_BITS=64` support in bio…
251 0 remaining missing C11/POSIX libm functions.
Delf-tls.md715 positive or negative value, then `movk` to set the remaining 16 bit chunks. In principle, these
/bionic/libc/kernel/uapi/linux/
Dkvm.h132 __u64 remaining; member