/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-once1.c | 23 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 D | tst-once3.c | 27 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 D | tst-once4.c | 26 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 D | tst-align3.c | 26 static pthread_once_t once = PTHREAD_ONCE_INIT; variable 45 if (pthread_once (&once, once_test)) in do_test()
|
A D | tst-once2.c | 27 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 D | guard.cc | 64 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 D | atexit_thread.cc | 122 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 D | guard.cc | 64 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 D | atexit_thread.cc | 122 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 D | guard.cc | 65 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 D | atexit_thread.cc | 126 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 D | guard.cc | 65 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 D | atexit_thread.cc | 126 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 D | guard.cc | 65 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 D | atexit_thread.cc | 126 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 D | guard.cc | 65 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 D | atexit_thread.cc | 126 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 D | guard.cc | 64 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 D | atexit_thread.cc | 110 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 D | guard.cc | 65 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 D | atexit_thread.cc | 132 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 D | mq_notify.c | 58 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 D | mq_notify.c | 59 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 D | condition_variable.cc | 117 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 D | condition_variable.cc | 142 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in __at_thread_exit() local 143 __gthread_once (&once, key_init); in __at_thread_exit()
|