Home
last modified time | relevance | path

Searched refs:__pthread_once (Results 1 – 25 of 59) sorted by relevance

123

/glibc-2.36/nptl/
Dpthread_once.c145 libc_hidden_ver (___pthread_once, __pthread_once)
147 strong_alias (___pthread_once, __pthread_once)
152 compat_symbol (libpthread, ___pthread_once, __pthread_once, GLIBC_2_0);
DVersions13 __pthread_once;
Dpthread_create.c954 PTHREAD_STATIC_FN_REQUIRE (__pthread_once)
/glibc-2.36/sysdeps/htl/
Dpt-once.c32 __pthread_once (pthread_once_t *once_control, void (*init_routine) (void)) in __pthread_once() function
56 weak_alias (__pthread_once, pthread_once);
Dlibc-lockP.h109 extern int __pthread_once (pthread_once_t *__once_control,
140 weak_extern (__pthread_once)
162 # pragma weak __pthread_once macro
Dpt-key.h77 __pthread_once (&__pthread_key_once, do_init); in __pthread_key_lock_ready()
DpthreadP.h79 int __pthread_once (pthread_once_t *once_control, void (*init_routine) (void));
Dpthread-functions.h63 int __pthread_once (pthread_once_t *, void (*) (void));
Dpthread.h832 #define PTHREAD_ONCE_INIT (struct __pthread_once) { __PTHREAD_ONCE_INIT }
/glibc-2.36/sysdeps/nptl/
Dlibc-lockP.h151 __pthread_once (&(ONCE_CONTROL), INIT_FUNCTION)
223 extern int __pthread_once (pthread_once_t *__once_control,
225 libc_hidden_proto (__pthread_once)
DpthreadP.h507 extern int __pthread_once (pthread_once_t *once_control,
509 libc_hidden_proto (__pthread_once)
/glibc-2.36/sysdeps/htl/bits/types/
Dstruct___pthread_once.h24 struct __pthread_once struct
/glibc-2.36/sysdeps/htl/bits/
Dthread-shared-types.h30 struct __pthread_once __data;
Dpthreadtypes.h128 typedef struct __pthread_once pthread_once_t;
/glibc-2.36/sysdeps/pthread/
Dcall_once.c31 __pthread_once ((pthread_once_t *) flag, func); in __call_once()
/glibc-2.36/htl/
Dpt-initialize.c63 .ptr_pthread_once = __pthread_once,
/glibc-2.36/sysdeps/mach/hurd/i386/
Dc++-types.data39 pthread_once_t:14__pthread_once
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtimer_create.c70 __pthread_once (&__timer_helper_once, __timer_start_helper_thread); in ___timer_create()
Dmq_notify.c219 __pthread_once (&once, init_mq_netlink); in __mq_notify()
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl2435 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S (__pthread_once):
3501 (__pthread_once): Pass LLL_PRIVATE as second argument to
3936 __pthread_once): Likewise.
3938 __pthread_once): Add LLL_PRIVATE as last argument to lll_futex_*.
3948 __pthread_once): Add LLL_PRIVATE as last argument to lll_futex_*.
3963 __pthread_once): Add LLL_PRIVATE as last argument to lll_futex_*.
3981 __pthread_once): Add LLL_PRIVATE as last argument to lll_futex_*.
4036 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
6677 * sysdeps/unix/sysv/linux/alpha/pthread_once.c (__pthread_once):
6679 * sysdeps/unix/sysv/linux/sparc/pthread_once.c (__pthread_once):
[all …]
DChangeLog.ports-hppa971 (__pthread_once): Use lll_private_futex_wait, and
DChangeLog.ports-arm2322 (clear_once_control, __pthread_once): Use lll_futex_wake not
2346 __pthread_once): Use private futexes.
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/
Dlibc.abilist342 GLIBC_2.33 __pthread_once F
/glibc-2.36/sysdeps/unix/sysv/linux/arc/
Dlibc.abilist345 GLIBC_2.32 __pthread_once F
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/
Dlibc.abilist353 GLIBC_2.27 __pthread_once F

123