Searched refs:__pthread_once (Results 1 – 25 of 47) sorted by relevance
12
/sysdeps/htl/ |
A 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);
|
A 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
|
A D | pt-key.h | 76 __pthread_once (&o, do_init); in __pthread_key_lock_ready()
|
A D | pthreadP.h | 79 int __pthread_once (pthread_once_t *once_control, void (*init_routine) (void));
|
A D | pthread-functions.h | 63 int __pthread_once (pthread_once_t *, void (*) (void));
|
A D | pthread.h | 832 #define PTHREAD_ONCE_INIT (struct __pthread_once) { __PTHREAD_ONCE_INIT }
|
/sysdeps/htl/bits/types/ |
A D | struct___pthread_once.h | 24 struct __pthread_once struct
|
/sysdeps/htl/bits/ |
A D | thread-shared-types.h | 30 struct __pthread_once __data;
|
A D | pthreadtypes.h | 128 typedef struct __pthread_once pthread_once_t;
|
/sysdeps/pthread/ |
A D | call_once.c | 31 __pthread_once ((pthread_once_t *) flag, func); in __call_once()
|
/sysdeps/nptl/ |
A 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)
|
A D | pthreadP.h | 506 extern int __pthread_once (pthread_once_t *once_control, 508 libc_hidden_proto (__pthread_once)
|
/sysdeps/mach/hurd/i386/ |
A D | c++-types.data | 39 pthread_once_t:14__pthread_once
|
/sysdeps/unix/sysv/linux/ |
A D | timer_create.c | 70 __pthread_once (&__timer_helper_once, __timer_start_helper_thread); in ___timer_create()
|
A D | mq_notify.c | 219 __pthread_once (&once, init_mq_netlink); in __mq_notify()
|
/sysdeps/unix/sysv/linux/arc/ |
A D | libc.abilist | 345 GLIBC_2.32 __pthread_once F
|
/sysdeps/unix/sysv/linux/riscv/rv32/ |
A D | libc.abilist | 342 GLIBC_2.33 __pthread_once F
|
/sysdeps/unix/sysv/linux/csky/ |
A D | libc.abilist | 349 GLIBC_2.29 __pthread_once F
|
/sysdeps/unix/sysv/linux/microblaze/le/ |
A D | libc.abilist | 357 GLIBC_2.18 __pthread_once F
|
/sysdeps/unix/sysv/linux/riscv/rv64/ |
A D | libc.abilist | 353 GLIBC_2.27 __pthread_once F
|
/sysdeps/unix/sysv/linux/aarch64/ |
A D | libc.abilist | 356 GLIBC_2.17 __pthread_once F
|
/sysdeps/unix/sysv/linux/microblaze/be/ |
A D | libc.abilist | 357 GLIBC_2.18 __pthread_once F
|
/sysdeps/unix/sysv/linux/x86_64/64/ |
A D | libc.abilist | 381 GLIBC_2.2.5 __pthread_once F
|
/sysdeps/unix/sysv/linux/x86_64/x32/ |
A D | libc.abilist | 357 GLIBC_2.16 __pthread_once F
|
/sysdeps/unix/sysv/linux/arm/le/ |
A D | libc.abilist | 834 GLIBC_2.4 __pthread_once F
|
Completed in 32 milliseconds
12