Home
last modified time | relevance | path

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

12345678

/dragonfly/lib/libthread_xu/thread/
H A Dthr_malloc.c46 static int once = 0; in _thr_malloc_init() local
48 if (once == 0) { in _thr_malloc_init()
49 once = 1; in _thr_malloc_init()
H A Dthr_rtld.c42 static int once = 0; in _thr_rtld_init() local
45 if (once == 0) { in _thr_rtld_init()
46 once = 1; in _thr_rtld_init()
/dragonfly/usr.bin/systat/
H A Dswap.c84 static int once = 0; in initswap() local
87 if (once) in initswap()
96 once = 1; in initswap()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H 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()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H 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()
H 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()
/dragonfly/crypto/libressl/crypto/engine/
H A Deng_all.c82 static pthread_once_t once = PTHREAD_ONCE_INIT; in ENGINE_load_builtin_engines() local
87 (void) pthread_once(&once, ENGINE_load_builtin_engines_internal); in ENGINE_load_builtin_engines()
/dragonfly/crypto/libressl/ssl/
H A Dssl_init.c40 static pthread_once_t once = PTHREAD_ONCE_INIT; in OPENSSL_init_ssl() local
47 if (pthread_once(&once, OPENSSL_init_ssl_internal) != 0) in OPENSSL_init_ssl()
/dragonfly/contrib/bmake/
H A Dsigaction.c279 static int once = 0; in sigprocmask() local
281 if (!once) { in sigprocmask()
287 once++; in sigprocmask()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dconfigterms.texi23 @command{configure} may (and once did) assume that the host you specify
57 The @code{libiberty} support library is built up to three times: once
58 for the host, once for the target (even if they are the same), and once
/dragonfly/contrib/tre/lib/
H A Dtre-match-parallel.c139 int once; in tre_tnfa_run_parallel() local
430 once = 0; in tre_tnfa_run_parallel()
473 if (!once) in tre_tnfa_run_parallel()
479 once++; in tre_tnfa_run_parallel()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H 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()
/dragonfly/games/fortune/datfiles/
H A Dlimerick36 She once pushed a dwarf
353 A girl camper once had an affair
671 A man was once heard to boast,
1508 Only once every year,
1754 There once was a fag of Khartoum
1886 There once was a girl so lovely,
1922 There once was a horny old bitch
1940 There once was a jolly old bloke
2086 There once was a monk of Camyre
3161 Not once, but again,
[all …]
/dragonfly/usr.sbin/rtsold/
H A Drtsold.c113 int once = 0; in main() local
127 once = 1; in main()
150 once = 1; in main()
256 if (!once) { in main()
284 if (once) { in main()
/dragonfly/gnu/usr.bin/gdb/kgdb/
H A Dkgdb.c159 static int once = 1; in kgdb_new_objfile() local
161 if (once && objfile != NULL && objfile == symfile_objfile) { in kgdb_new_objfile()
168 once = 0; in kgdb_new_objfile()
/dragonfly/contrib/gcc-4.7/libgcc/
H A Demutls.c143 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in __emutls_get_address() local
144 __gthread_once (&once, emutls_init); in __emutls_get_address()
H A Dunwind-sjlj.c114 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in fc_key_init_once() local
115 if (__gthread_once (&once, fc_key_init) != 0 || use_fc_key < 0) in fc_key_init_once()
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dunwind-sjlj.c113 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in fc_key_init_once() local
114 if (__gthread_once (&once, fc_key_init) != 0 || use_fc_key < 0) in fc_key_init_once()
H A Demutls.c143 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in __emutls_get_address() local
144 __gthread_once (&once, emutls_init); in __emutls_get_address()
H A Dlibgcov-interface.c73 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in init_mx_once() local
74 __gthread_once (&once, init_mx); in init_mx_once()
/dragonfly/usr.sbin/makefs/msdos/
H A Ddenode.h30 #pragma once
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_lz4.h34 #pragma once
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_lz4.h34 #pragma once
/dragonfly/sbin/hammer2/lz4/
H A Dhammer2_lz4.h34 #pragma once
/dragonfly/sys/dev/powermng/amdsmn/
H A Damdsmn.h30 #pragma once

12345678