Home
last modified time | relevance | path

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

12

/sysdeps/htl/
A 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);
A Dlibc-lockP.h109 extern int __pthread_once (pthread_once_t *__once_control,
140 weak_extern (__pthread_once)
162 # pragma weak __pthread_once macro
A Dpt-key.h76 __pthread_once (&o, do_init); in __pthread_key_lock_ready()
A DpthreadP.h79 int __pthread_once (pthread_once_t *once_control, void (*init_routine) (void));
A Dpthread-functions.h63 int __pthread_once (pthread_once_t *, void (*) (void));
A Dpthread.h832 #define PTHREAD_ONCE_INIT (struct __pthread_once) { __PTHREAD_ONCE_INIT }
/sysdeps/htl/bits/types/
A Dstruct___pthread_once.h24 struct __pthread_once struct
/sysdeps/htl/bits/
A Dthread-shared-types.h30 struct __pthread_once __data;
A Dpthreadtypes.h128 typedef struct __pthread_once pthread_once_t;
/sysdeps/pthread/
A Dcall_once.c31 __pthread_once ((pthread_once_t *) flag, func); in __call_once()
/sysdeps/nptl/
A 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)
A DpthreadP.h506 extern int __pthread_once (pthread_once_t *once_control,
508 libc_hidden_proto (__pthread_once)
/sysdeps/mach/hurd/i386/
A Dc++-types.data39 pthread_once_t:14__pthread_once
/sysdeps/unix/sysv/linux/
A Dtimer_create.c70 __pthread_once (&__timer_helper_once, __timer_start_helper_thread); in ___timer_create()
A Dmq_notify.c219 __pthread_once (&once, init_mq_netlink); in __mq_notify()
/sysdeps/unix/sysv/linux/arc/
A Dlibc.abilist345 GLIBC_2.32 __pthread_once F
/sysdeps/unix/sysv/linux/riscv/rv32/
A Dlibc.abilist342 GLIBC_2.33 __pthread_once F
/sysdeps/unix/sysv/linux/csky/
A Dlibc.abilist349 GLIBC_2.29 __pthread_once F
/sysdeps/unix/sysv/linux/microblaze/le/
A Dlibc.abilist357 GLIBC_2.18 __pthread_once F
/sysdeps/unix/sysv/linux/riscv/rv64/
A Dlibc.abilist353 GLIBC_2.27 __pthread_once F
/sysdeps/unix/sysv/linux/aarch64/
A Dlibc.abilist356 GLIBC_2.17 __pthread_once F
/sysdeps/unix/sysv/linux/microblaze/be/
A Dlibc.abilist357 GLIBC_2.18 __pthread_once F
/sysdeps/unix/sysv/linux/x86_64/64/
A Dlibc.abilist381 GLIBC_2.2.5 __pthread_once F
/sysdeps/unix/sysv/linux/x86_64/x32/
A Dlibc.abilist357 GLIBC_2.16 __pthread_once F
/sysdeps/unix/sysv/linux/arm/le/
A Dlibc.abilist834 GLIBC_2.4 __pthread_once F

Completed in 32 milliseconds

12