Searched refs:timespec_get (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/bionic/ |
D | timespec_get.cpp | 31 int timespec_get(timespec* ts, int base) { in timespec_get() function
|
/bionic/libc/include/ |
D | time.h | 109 int timespec_get(struct timespec* _Nonnull __ts, int __base) __INTRODUCED_IN(29);
|
/bionic/tests/ |
D | time_test.cpp | 1254 TEST(time, timespec_get) { in TEST() argument 1257 ASSERT_EQ(0, timespec_get(&ts, 123)); in TEST() 1258 ASSERT_EQ(TIME_UTC, timespec_get(&ts, TIME_UTC)); in TEST()
|
D | threads_test.cpp | 209 ASSERT_EQ(TIME_UTC, timespec_get(&ts, TIME_UTC)); in TEST()
|
/bionic/docs/ |
D | status.md | 99 * `timespec_get` (C11 `<time.h>` addition)
|
/bionic/libc/ |
D | libc.map.txt | 1463 timespec_get;
|
D | Android.bp | 1209 "bionic/timespec_get.cpp",
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1463 timespec_get;
|