Home
last modified time | relevance | path

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

12345678910>>...22

/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-once1.c23 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
37 pthread_once (&once, once_handler); in do_test()
38 pthread_once (&once, once_handler); in do_test()
A Dtst-once3.c27 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
79 pthread_once (&once, once_handler1); in tf()
148 pthread_once (&once, once_handler2); in do_test()
A Dtst-once4.c26 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
77 pthread_once (&once, once_handler1); in tf1()
101 pthread_once (&once, once_handler2); in tf2()
A Dtst-align3.c26 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
45 if (pthread_once (&once, once_test)) in do_test()
A Dtst-once2.c27 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
47 pthread_once (&once, once_handler); in tf()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Dguard.cc64 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in get_static_mutex() local
65 __gthread_once(&once, init); in get_static_mutex()
102 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in get_static_cond() local
103 __gthread_once(&once, init_static_cond); in get_static_cond()
A Datexit_thread.cc122 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in __cxa_thread_atexit() local
123 __gthread_once (&once, key_init); in __cxa_thread_atexit()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Dguard.cc64 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in get_static_mutex() local
65 __gthread_once(&once, init); in get_static_mutex()
102 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in get_static_cond() local
103 __gthread_once(&once, init_static_cond); in get_static_cond()
A Datexit_thread.cc122 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in __cxa_thread_atexit() local
123 __gthread_once (&once, key_init); in __cxa_thread_atexit()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/
A Dguard.cc65 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in get_static_mutex() local
66 __gthread_once(&once, init); in get_static_mutex()
103 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in get_static_cond() local
104 __gthread_once(&once, init_static_cond); in get_static_cond()
A Datexit_thread.cc126 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in __cxa_thread_atexit() local
127 __gthread_once (&once, key_init); in __cxa_thread_atexit()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
A Dguard.cc65 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in get_static_mutex() local
66 __gthread_once(&once, init); in get_static_mutex()
103 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in get_static_cond() local
104 __gthread_once(&once, init_static_cond); in get_static_cond()
A Datexit_thread.cc126 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in __cxa_thread_atexit() local
127 __gthread_once (&once, key_init); in __cxa_thread_atexit()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/
A Dguard.cc65 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in get_static_mutex() local
66 __gthread_once(&once, init); in get_static_mutex()
103 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in get_static_cond() local
104 __gthread_once(&once, init_static_cond); in get_static_cond()
A Datexit_thread.cc126 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in __cxa_thread_atexit() local
127 __gthread_once (&once, key_init); in __cxa_thread_atexit()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/
A Dguard.cc65 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in get_static_mutex() local
66 __gthread_once(&once, init); in get_static_mutex()
103 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in get_static_cond() local
104 __gthread_once(&once, init_static_cond); in get_static_cond()
A Datexit_thread.cc126 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in __cxa_thread_atexit() local
127 __gthread_once (&once, key_init); in __cxa_thread_atexit()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/
A Dguard.cc64 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in get_static_mutex() local
65 __gthread_once(&once, init); in get_static_mutex()
102 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in get_static_cond() local
103 __gthread_once(&once, init_static_cond); in get_static_cond()
A Datexit_thread.cc110 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in __cxa_thread_atexit() local
111 __gthread_once (&once, key_init); in __cxa_thread_atexit()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/
A Dguard.cc65 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in get_static_mutex() local
66 __gthread_once(&once, init); in get_static_mutex()
103 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in get_static_cond() local
104 __gthread_once(&once, init_static_cond); in get_static_cond()
A Datexit_thread.cc132 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in __cxa_thread_atexit() local
133 __gthread_once (&once, key_init); in __cxa_thread_atexit()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/
A Dmq_notify.c58 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
147 once = PTHREAD_ONCE_INIT; in reset_once()
239 pthread_once (&once, init_mq_netlink); in mq_notify()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dmq_notify.c59 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
148 once = PTHREAD_ONCE_INIT; in reset_once()
242 pthread_once (&once, init_mq_netlink); in mq_notify()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/
A Dcondition_variable.cc117 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in __at_thread_exit() local
118 __gthread_once (&once, key_init); in __at_thread_exit()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/
A Dcondition_variable.cc142 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in __at_thread_exit() local
143 __gthread_once (&once, key_init); in __at_thread_exit()

Completed in 265 milliseconds

12345678910>>...22