Home
last modified time | relevance | path

Searched refs:__old_sem_wait (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/nptl/
Dsem_wait.c54 __old_sem_wait (sem_t *sem) in __old_sem_wait() function
73 compat_symbol (libpthread, __old_sem_wait, sem_wait, GLIBC_2_0);
DsemaphoreP.h46 extern int __old_sem_wait (sem_t *sem);
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl2815 (__old_sem_wait): Fix argument to lll_futex_wait().
3065 (__old_sem_wait): New function.
4365 * semaphoreP.h: Declare __old_sem_init and __old_sem_wait.
DChangeLog.2316949 [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_1)](__old_sem_wait): Remove.
16955 [OTHER_SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_1)](__old_sem_wait): New.
DChangeLog.198122 * nptl/sem_wait.c (__old_sem_wait): Use lll_futex_wait_cancel.