HomeSort by relevance Sort by last modified time
    Searched full:sem_timedwait (Results 1 - 25 of 377) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/tests/
semaphore_test.cpp 104 TEST(semaphore, sem_timedwait) {
113 ASSERT_EQ(-1, sem_timedwait(&s, &ts));
119 ASSERT_EQ(-1, sem_timedwait(&s, &ts));
123 ASSERT_EQ(-1, sem_timedwait(&s, &ts));
129 ASSERT_EQ(-1, sem_timedwait(&s, &ts));
139 ASSERT_EXIT(sem_timedwait(&s, nullptr), testing::KilledBySignal(SIGSEGV), "");
  /external/llvm/test/CodeGen/X86/
2010-09-16-asmcrash.ll 16 module asm ".weak sem_timedwait"
17 module asm ".equ sem_timedwait, _sem_timedwait"
  /bionic/libc/include/
semaphore.h 51 int sem_timedwait(sem_t*, const struct timespec*);
  /cts/suite/audio_quality/lib/src/
Semaphore.cpp 69 if (sem_timedwait(&mSem, &timeNew) == 0) {
  /development/ndk/platforms/android-21/include/
semaphore.h 57 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /development/ndk/platforms/android-3/include/
semaphore.h 54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /external/valgrind/drd/tests/
filter_stderr_solaris 42 'sema_timedwait' => 'sem_timedwait',
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
semaphore.h 54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
semaphore.h 54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
semaphore.h 54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
semaphore.h 54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
semaphore.h 54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
semaphore.h 54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
semaphore.h 54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
semaphore.h 54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
semaphore.h 54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
semaphore.h 54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
semaphore.h 54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
semaphore.h 54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
semaphore.h 54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
semaphore.h 54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
semaphore.h 54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
semaphore.h 54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/
semaphore.h 54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/
semaphore.h 54 extern int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout);

Completed in 1769 milliseconds

1 2 3 4 5 6 7 8 91011>>