/netbsd-src/crypto/external/bsd/openssl.old/dist/include/internal/ |
H A D | thread_once.h | 118 #define RUN_ONCE(once, init) \ argument 136 #define RUN_ONCE_ALT(once, initalt, init) \ argument
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/ |
H A D | thread_once.h | 129 # define RUN_ONCE(once, init) \ argument 147 # define RUN_ONCE_ALT(once, initalt, init) \ argument
|
/netbsd-src/external/mit/libuv/dist/src/unix/ |
H A D | random-getentropy.c | 31 static uv_once_t once = UV_ONCE_INIT; variable
|
H A D | random-getrandom.c | 39 static uv_once_t once = UV_ONCE_INIT; variable
|
H A D | random-devurandom.c | 28 static uv_once_t once = UV_ONCE_INIT; variable
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | pk11_result.c | 39 static isc_once_t once = ISC_ONCE_INIT; variable
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | dst_result.c | 75 static isc_once_t once = ISC_ONCE_INIT; variable
|
H A D | result.c | 353 static isc_once_t once = ISC_ONCE_INIT; variable
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
H A D | guard.cc | 65 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in get_static_mutex() local 103 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in get_static_cond() local
|
H A D | atexit_thread.cc | 126 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in __cxa_thread_atexit() local
|
/netbsd-src/sys/arch/riscv/riscv/ |
H A D | mainbus.c | 95 static int once = 0; in mainbus_match() local
|
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | test-timer.c | 115 uv_timer_t *once; in TEST_IMPL() local 163 uv_timer_t once; in TEST_IMPL() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
H A D | guard.cc | 65 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in get_static_mutex() local 103 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in get_static_cond() local
|
H A D | atexit_thread.cc | 132 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in __cxa_thread_atexit() local
|
/netbsd-src/games/hack/ |
H A D | def.trap.h | 71 unsigned once:1; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 966 const SelectionDAG *G, VisitedSDNodeSet &once) { in DumpNodesr() 993 VisitedSDNodeSet once; in dumpr() local 998 VisitedSDNodeSet once; in dumpr() local
|
/netbsd-src/external/bsd/libbind/dist/irs/ |
H A D | irs_data.c | 58 static int once = 0; variable
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | zlexer.lex | 110 static int once = 1; in at_eof() local
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
H A D | iostream.cpp | 87 static bool once = []() { in force_locale_initialization() local
|
/netbsd-src/external/mpl/bind/dist/bin/tools/ |
H A D | named-rrchecker.c | 98 bool once = false; in main() local
|
/netbsd-src/sys/arch/arm/gemini/ |
H A D | obio_timer.c | 206 static int once=1; in obiotimer_attach() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | condition_variable.cc | 117 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in __at_thread_exit() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/ |
H A D | gthr-win32.c | 70 __gthr_win32_once (__gthread_once_t *once, void (*func) (void)) in __gthr_win32_once()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/ |
H A D | gthr-win32.c | 68 __gthr_win32_once (__gthread_once_t *once, void (*func) (void)) in __gthr_win32_once()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ |
H A D | threads_none.c | 65 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once()
|