Searched refs:__pthread_once (Results 1 – 25 of 59) sorted by relevance
123
/glibc-2.36/nptl/ |
D | pthread_once.c | 145 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);
|
D | Versions | 13 __pthread_once;
|
D | pthread_create.c | 954 PTHREAD_STATIC_FN_REQUIRE (__pthread_once)
|
/glibc-2.36/sysdeps/htl/ |
D | pt-once.c | 32 __pthread_once (pthread_once_t *once_control, void (*init_routine) (void)) in __pthread_once() function 56 weak_alias (__pthread_once, pthread_once);
|
D | libc-lockP.h | 109 extern int __pthread_once (pthread_once_t *__once_control, 140 weak_extern (__pthread_once) 162 # pragma weak __pthread_once macro
|
D | pt-key.h | 77 __pthread_once (&__pthread_key_once, do_init); in __pthread_key_lock_ready()
|
D | pthreadP.h | 79 int __pthread_once (pthread_once_t *once_control, void (*init_routine) (void));
|
D | pthread-functions.h | 63 int __pthread_once (pthread_once_t *, void (*) (void));
|
D | pthread.h | 832 #define PTHREAD_ONCE_INIT (struct __pthread_once) { __PTHREAD_ONCE_INIT }
|
/glibc-2.36/sysdeps/nptl/ |
D | libc-lockP.h | 151 __pthread_once (&(ONCE_CONTROL), INIT_FUNCTION) 223 extern int __pthread_once (pthread_once_t *__once_control, 225 libc_hidden_proto (__pthread_once)
|
D | pthreadP.h | 507 extern int __pthread_once (pthread_once_t *once_control, 509 libc_hidden_proto (__pthread_once)
|
/glibc-2.36/sysdeps/htl/bits/types/ |
D | struct___pthread_once.h | 24 struct __pthread_once struct
|
/glibc-2.36/sysdeps/htl/bits/ |
D | thread-shared-types.h | 30 struct __pthread_once __data;
|
D | pthreadtypes.h | 128 typedef struct __pthread_once pthread_once_t;
|
/glibc-2.36/sysdeps/pthread/ |
D | call_once.c | 31 __pthread_once ((pthread_once_t *) flag, func); in __call_once()
|
/glibc-2.36/htl/ |
D | pt-initialize.c | 63 .ptr_pthread_once = __pthread_once,
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | c++-types.data | 39 pthread_once_t:14__pthread_once
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | timer_create.c | 70 __pthread_once (&__timer_helper_once, __timer_start_helper_thread); in ___timer_create()
|
D | mq_notify.c | 219 __pthread_once (&once, init_mq_netlink); in __mq_notify()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.nptl | 2435 * 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 …]
|
D | ChangeLog.ports-hppa | 971 (__pthread_once): Use lll_private_futex_wait, and
|
D | ChangeLog.ports-arm | 2322 (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/ |
D | libc.abilist | 342 GLIBC_2.33 __pthread_once F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 345 GLIBC_2.32 __pthread_once F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv64/ |
D | libc.abilist | 353 GLIBC_2.27 __pthread_once F
|
123