Searched refs:once (Results 1 – 12 of 12) sorted by relevance
/sysdeps/pthread/ |
A D | tst-once1.c | 22 static pthread_once_t once = PTHREAD_ONCE_INIT; variable 36 pthread_once (&once, once_handler); in do_test() 37 pthread_once (&once, once_handler); in do_test()
|
A D | tst-once3.c | 26 static pthread_once_t once = PTHREAD_ONCE_INIT; variable 80 pthread_once (&once, once_handler1); in tf() 144 printf ("once = %d\n", *(int *) &once); in do_test() 152 pthread_once (&once, once_handler2); in do_test()
|
A D | tst-pt-align3.c | 25 static pthread_once_t once = PTHREAD_ONCE_INIT; variable 44 if (pthread_once (&once, once_test)) in do_test()
|
A D | tst-once4.c | 25 static pthread_once_t once = PTHREAD_ONCE_INIT; variable 76 pthread_once (&once, once_handler1); in tf1() 100 pthread_once (&once, once_handler2); in tf2()
|
A D | tst-once2.c | 26 static pthread_once_t once = PTHREAD_ONCE_INIT; variable 46 pthread_once (&once, once_handler); in tf()
|
A D | Makefile | 54 tst-mtx-recursive tst-tss-basic tst-call-once tst-mtx-timedlock \
|
/sysdeps/unix/sysv/linux/ |
A D | mq_notify.c | 56 static pthread_once_t once = PTHREAD_ONCE_INIT; variable 147 once = PTHREAD_ONCE_INIT; in __mq_notify_fork_subprocess() 219 __pthread_once (&once, init_mq_netlink); in __mq_notify()
|
/sysdeps/mach/hurd/i386/ |
A D | localplt.data | 17 # of shared libraries. These need to be overriden by libc once loaded.
|
/sysdeps/arm/ |
A D | strlen.S | 58 Llastword: @ drop through to here once we find a
|
/sysdeps/alpha/alphaev6/ |
A D | memset.S | 165 subq $3, 16, $2 # E : Repeat the loop at least once more?
|
/sysdeps/generic/ |
A D | unwind-dw2-fde.c | 90 static __gthread_once_t once = __GTHREAD_ONCE_INIT; 91 __gthread_once (&once, init_object_mutex);
|
/sysdeps/posix/ |
A D | getaddrinfo.c | 2260 __libc_once_define (static, once); in getaddrinfo() 2261 __typeof (once) old_once = once; in getaddrinfo() 2262 __libc_once (once, gaiconf_init); in getaddrinfo()
|
Completed in 20 milliseconds