Searched refs:sem_clockwait (Results 1 – 7 of 7) sorted by relevance
/aosp12/bionic/tests/ |
H A D | semaphore_test.cpp | 152 TEST(semaphore, sem_clockwait) { in TEST() argument 155 return sem_clockwait(__sem, CLOCK_MONOTONIC, __ts); in TEST() 158 return sem_clockwait(__sem, CLOCK_REALTIME, __ts); in TEST()
|
/aosp12/bionic/libc/include/ |
H A D | semaphore.h | 48 int sem_clockwait(sem_t* __sem, clockid_t __clock, const struct timespec* __ts) __INTRODUCED_IN(30);
|
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | OneShotTimer.cpp | 124 int result = sem_clockwait(&mSemaphore, CLOCK_MONOTONIC, &ts); in loop()
|
/aosp12/bionic/libc/bionic/ |
H A D | semaphore.cpp | 278 int sem_clockwait(sem_t* sem, clockid_t clock, const timespec* abs_timeout) { in sem_clockwait() function
|
/aosp12/bionic/docs/ |
H A D | status.md | 57 …`pthread_mutex_clocklock`/`pthread_rwlock_clockrdlock`/`pthread_rwlock_clockwrlock`/`sem_clockwait`
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 1507 sem_clockwait;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 1507 sem_clockwait;
|