Searched refs:pthread_mutex_timedlock (Results 1 – 25 of 44) sorted by relevance
12
/sysdeps/pthread/ |
A D | tst-mutex-errorcheck.c | 44 TEST_COMPARE (pthread_mutex_timedlock (&mutex, &tms), 0); in do_test() 45 TEST_COMPARE (pthread_mutex_timedlock (&mutex, &tms), EDEADLK); in do_test()
|
A D | tst-mutex5.c | 80 TEST_COMPARE (pthread_mutex_timedlock (&m, &ts_timeout), tmo_result); in do_test_clock() 91 TEST_COMPARE (pthread_mutex_timedlock (&m, &ts_timeout), EINVAL); in do_test_clock() 102 TEST_COMPARE (pthread_mutex_timedlock (&m, &ts_timeout), 0); in do_test_clock()
|
A D | tst-robust3.c | 19 #define LOCK(m) pthread_mutex_timedlock (m, &tmo)
|
A D | tst-eintr2.c | 43 int e = pthread_mutex_timedlock (&m1, &ts); in tf1()
|
A D | tst-robust10.c | 33 int ret = pthread_mutex_timedlock (&mutex, &abstime); in thr()
|
A D | tst-abstime.c | 37 TEST_COMPARE (pthread_mutex_timedlock (&m1, &t), ETIMEDOUT); in th()
|
A D | tst-mutex9.c | 115 TEST_COMPARE (pthread_mutex_timedlock (m, &ts), tmo_result); in do_test_clock()
|
A D | tst-robust8.c | 74 e = pthread_mutex_timedlock (&map[r], &before); in tf()
|
/sysdeps/mach/hurd/htl/ |
A D | pt-mutex-timedlock.c | 89 weak_alias (__pthread_mutex_timedlock, pthread_mutex_timedlock)
|
/sysdeps/nptl/ |
A D | pthread.h | 800 extern int pthread_mutex_timedlock (pthread_mutex_t *__restrict __mutex, 805 extern int __REDIRECT_NTHNL (pthread_mutex_timedlock, 810 # define pthread_mutex_timedlock __pthread_mutex_timedlock64 macro
|
/sysdeps/mach/hurd/i386/ |
A D | libpthread.abilist | 84 GLIBC_2.12 pthread_mutex_timedlock F
|
/sysdeps/htl/ |
A D | pthread.h | 425 extern int pthread_mutex_timedlock (struct __pthread_mutex *__restrict __mutex,
|
/sysdeps/unix/sysv/linux/arc/ |
A D | libc.abilist | 1528 GLIBC_2.32 pthread_mutex_timedlock F 2288 GLIBC_2.34 pthread_mutex_timedlock F
|
/sysdeps/unix/sysv/linux/riscv/rv32/ |
A D | libc.abilist | 1530 GLIBC_2.33 pthread_mutex_timedlock F 2290 GLIBC_2.34 pthread_mutex_timedlock F
|
/sysdeps/unix/sysv/linux/csky/ |
A D | libc.abilist | 1586 GLIBC_2.29 pthread_mutex_timedlock F 2562 GLIBC_2.34 pthread_mutex_timedlock F
|
/sysdeps/unix/sysv/linux/microblaze/le/ |
A D | libc.abilist | 1586 GLIBC_2.18 pthread_mutex_timedlock F 2608 GLIBC_2.34 pthread_mutex_timedlock F
|
/sysdeps/unix/sysv/linux/riscv/rv64/ |
A D | libc.abilist | 1576 GLIBC_2.27 pthread_mutex_timedlock F 2490 GLIBC_2.34 pthread_mutex_timedlock F
|
/sysdeps/unix/sysv/linux/aarch64/ |
A D | libc.abilist | 1583 GLIBC_2.17 pthread_mutex_timedlock F 2527 GLIBC_2.34 pthread_mutex_timedlock F
|
/sysdeps/unix/sysv/linux/microblaze/be/ |
A D | libc.abilist | 1586 GLIBC_2.18 pthread_mutex_timedlock F 2611 GLIBC_2.34 pthread_mutex_timedlock F
|
/sysdeps/unix/sysv/linux/x86_64/64/ |
A D | libc.abilist | 1394 GLIBC_2.2.5 pthread_mutex_timedlock F 2436 GLIBC_2.34 pthread_mutex_timedlock F
|
/sysdeps/unix/sysv/linux/x86_64/x32/ |
A D | libc.abilist | 1590 GLIBC_2.16 pthread_mutex_timedlock F 2542 GLIBC_2.34 pthread_mutex_timedlock F
|
/sysdeps/unix/sysv/linux/arm/le/ |
A D | libc.abilist | 403 GLIBC_2.34 pthread_mutex_timedlock F 1999 GLIBC_2.4 pthread_mutex_timedlock F
|
/sysdeps/unix/sysv/linux/i386/ |
A D | libc.abilist | 2099 GLIBC_2.2 pthread_mutex_timedlock F 2695 GLIBC_2.34 pthread_mutex_timedlock F
|
/sysdeps/unix/sysv/linux/m68k/coldfire/ |
A D | libc.abilist | 407 GLIBC_2.34 pthread_mutex_timedlock F 1982 GLIBC_2.4 pthread_mutex_timedlock F
|
/sysdeps/unix/sysv/linux/m68k/m680x0/ |
A D | libc.abilist | 2055 GLIBC_2.2 pthread_mutex_timedlock F 2638 GLIBC_2.34 pthread_mutex_timedlock F
|
Completed in 38 milliseconds
12