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

1 2 3 4 5 6

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_trylock/
coverage.txt 1 This document defines the coverage for the pthread_spin_trylock() function:
1-1.c 7 * Test pthread_spin_trylock(pthread_spinlock_t *lock)
15 * 2. Main thread lock 'spinlock', using pthread_spin_trylock(),
18 * using pthread_spin_trylock(), shall fail with EBUSY.
71 rc = pthread_spin_trylock(&spinlock);
89 if (pthread_spin_trylock(&spinlock) != 0) {
106 /* Check the return code of pthread_spin_trylock */
109 ("Test FAILED: pthread_spin_trylock should return EBUSY, instead got error code:%d\n",
assertions.xml 3 pthread_spin_trylock( ) function shall lock the spin lock referenced by lock if it is not
13 The pthread_spin_trylock( ) function shall fail if:
2-1.sh 8 #If successful, the pthread_spin_trylock( ) function shall return zero; otherwise, an error
3-1.sh 8 #The pthread_spin_trylock( ) function shall fail if:
4-1.c 7 * Test pthread_spin_trylock(pthread_spinlock_t *lock)
34 rc = pthread_spin_trylock(&spinlock);
36 printf("Correctly got EINVAL at pthread_spin_trylock()\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/
1-1.c 10 * was locked via the pthread_spin_lock() or pthread_spin_trylock().
18 * pthread_spin_trylock(), should get the lock.
20 * 6. Main thread lock 'spinlock', using pthread_spin_trylock(), should get
48 rc = pthread_spin_trylock(&spinlock);
109 if (pthread_spin_trylock(&spinlock) != 0) {
assertions.xml 4 locked via the pthread_spin_lock( ) or pthread_spin_trylock( ) functions.
1-2.c 10 * was locked via the pthread_spin_lock() or pthread_spin_trylock().
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/
2-2.c 25 * 6. Child call pthread_spin_trylock()
27 * 8. Child call pthread_spin_trylock()
148 rc = pthread_spin_trylock(&(spinlock_data->spinlock));
162 rc = pthread_spin_trylock(&(spinlock_data->spinlock));
2-1.c 22 * 6. Child call pthread_spin_trylock(), should fail with EBUSY
141 if ((pthread_spin_trylock(&(spinlock_data->spinlock))) != EBUSY) {
157 if ((pthread_spin_trylock(&(spinlock_data->spinlock))) != 0) {
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 86 INTERCEPTOR(int, pthread_spin_trylock, pthread_spinlock_t *m) {
88 int res = REAL(pthread_spin_trylock)(m);
303 INTERCEPT_FUNCTION(pthread_spin_trylock);
  /bionic/libc/bionic/
pthread_spinlock.cpp 61 int pthread_spin_trylock(pthread_spinlock_t* lock_interface) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread_unistd.h 110 pthread_spin_trylock(),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpthread-2.15.so 
libpthread.so.0 
  /bionic/libc/tools/
posix-2013.txt 814 pthread_spin_trylock
  /bionic/tests/headers/posix/
pthread_h.c 206 FUNCTION(pthread_spin_trylock, int (*f)(pthread_spinlock_t*));
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/lib/linux/
libclang_rt.tsan-aarch64-android.a.syms     [all...]
libclang_rt.tsan-mips64-android.a.syms     [all...]
libclang_rt.tsan-x86_64-android.a.syms     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/lib/linux/
libclang_rt.tsan-aarch64-android.a.syms     [all...]
libclang_rt.tsan-mips64-android.a.syms     [all...]
libclang_rt.tsan-x86_64-android.a.syms     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/lib/linux/
libclang_rt.tsan-aarch64-android.a.syms     [all...]

Completed in 806 milliseconds

1 2 3 4 5 6