Home
last modified time | relevance | path

Searched refs:once (Results 1 – 12 of 12) sorted by relevance

/sysdeps/pthread/
A Dtst-once1.c22 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 Dtst-once3.c26 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 Dtst-pt-align3.c25 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
44 if (pthread_once (&once, once_test)) in do_test()
A Dtst-once4.c25 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 Dtst-once2.c26 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
46 pthread_once (&once, once_handler); in tf()
A DMakefile54 tst-mtx-recursive tst-tss-basic tst-call-once tst-mtx-timedlock \
/sysdeps/unix/sysv/linux/
A Dmq_notify.c56 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 Dlocalplt.data17 # of shared libraries. These need to be overriden by libc once loaded.
/sysdeps/arm/
A Dstrlen.S58 Llastword: @ drop through to here once we find a
/sysdeps/alpha/alphaev6/
A Dmemset.S165 subq $3, 16, $2 # E : Repeat the loop at least once more?
/sysdeps/generic/
A Dunwind-dw2-fde.c90 static __gthread_once_t once = __GTHREAD_ONCE_INIT;
91 __gthread_once (&once, init_object_mutex);
/sysdeps/posix/
A Dgetaddrinfo.c2260 __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