Home
last modified time | relevance | path

Searched refs:pthread_once_t (Results 1 – 25 of 48) sorted by relevance

12

/sysdeps/pthread/
A Dcall_once.c27 _Static_assert (sizeof (once_flag) == sizeof (pthread_once_t), in __call_once()
29 _Static_assert (alignof (once_flag) == alignof (pthread_once_t), in __call_once()
31 __pthread_once ((pthread_once_t *) flag, func); in __call_once()
A Dtst-once1.c22 static pthread_once_t once = PTHREAD_ONCE_INIT;
A Dtst-pt-align3.c25 static pthread_once_t once = PTHREAD_ONCE_INIT;
A Dtst-once2.c26 static pthread_once_t once = PTHREAD_ONCE_INIT;
A Dtst-once3.c26 static pthread_once_t once = PTHREAD_ONCE_INIT;
A Dtst-once4.c25 static pthread_once_t once = PTHREAD_ONCE_INIT;
/sysdeps/htl/
A Dpt-once.c27 pthread_once_t *once_control = arg; in clear_once_control()
32 __pthread_once (pthread_once_t *once_control, void (*init_routine) (void)) in __pthread_once()
34 ASSERT_TYPE_SIZE (pthread_once_t, __SIZEOF_PTHREAD_ONCE_T); in __pthread_once()
A Dpt-key.h56 static pthread_once_t o = PTHREAD_ONCE_INIT; in __pthread_key_lock_ready()
A Dpthread-functions.h63 int __pthread_once (pthread_once_t *, void (*) (void));
119 int (*ptr_pthread_once) (pthread_once_t *, void (*) (void));
/sysdeps/nptl/
A Dlibc-lockP.h141 CLASS pthread_once_t NAME
144 CLASS pthread_once_t NAME = PTHREAD_ONCE_INIT
223 extern int __pthread_once (pthread_once_t *__once_control,
/sysdeps/nptl/bits/
A Dpthreadtypes.h53 typedef int __ONCE_ALIGNMENT pthread_once_t; typedef
/sysdeps/htl/bits/
A Dpthreadtypes.h128 typedef struct __pthread_once pthread_once_t; typedef
/sysdeps/unix/sysv/linux/
A Dkernel-posix-timers.h31 extern pthread_once_t __timer_helper_once attribute_hidden;
/sysdeps/unix/sysv/linux/alpha/
A Dc++-types.data39 pthread_once_t:i
/sysdeps/unix/sysv/linux/arm/
A Dc++-types.data39 pthread_once_t:i
/sysdeps/unix/sysv/linux/csky/
A Dc++-types.data39 pthread_once_t:i
/sysdeps/unix/sysv/linux/i386/
A Dc++-types.data39 pthread_once_t:i
/sysdeps/unix/sysv/linux/ia64/
A Dc++-types.data39 pthread_once_t:i
/sysdeps/unix/sysv/linux/m68k/
A Dc++-types.data39 pthread_once_t:i
/sysdeps/unix/sysv/linux/microblaze/
A Dc++-types.data39 pthread_once_t:i
/sysdeps/unix/sysv/linux/mips/mips32/
A Dc++-types.data39 pthread_once_t:i
/sysdeps/unix/sysv/linux/mips/mips64/n32/
A Dc++-types.data39 pthread_once_t:i
/sysdeps/unix/sysv/linux/nios2/
A Dc++-types.data39 pthread_once_t:i
/sysdeps/unix/sysv/linux/powerpc/powerpc32/
A Dc++-types.data39 pthread_once_t:i
/sysdeps/unix/sysv/linux/riscv/rv32/
A Dc++-types.data39 pthread_once_t:i

Completed in 19 milliseconds

12