Home
last modified time | relevance | path

Searched defs:once (Results 1 – 25 of 96) sorted by relevance

1234

/netbsd-src/crypto/external/bsd/openssl.old/dist/include/internal/
H A Dthread_once.h118 #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 Dthread_once.h129 # 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 Drandom-getentropy.c31 static uv_once_t once = UV_ONCE_INIT; variable
H A Drandom-getrandom.c39 static uv_once_t once = UV_ONCE_INIT; variable
H A Drandom-devurandom.c28 static uv_once_t once = UV_ONCE_INIT; variable
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dpk11_result.c39 static isc_once_t once = ISC_ONCE_INIT; variable
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddst_result.c75 static isc_once_t once = ISC_ONCE_INIT; variable
H A Dresult.c353 static isc_once_t once = ISC_ONCE_INIT; variable
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dguard.cc65 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 Datexit_thread.cc126 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in __cxa_thread_atexit() local
/netbsd-src/sys/arch/riscv/riscv/
H A Dmainbus.c95 static int once = 0; in mainbus_match() local
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-timer.c115 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 Dguard.cc65 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 Datexit_thread.cc132 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in __cxa_thread_atexit() local
/netbsd-src/games/hack/
H A Ddef.trap.h71 unsigned once:1; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp966 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 Dirs_data.c58 static int once = 0; variable
/netbsd-src/external/bsd/nsd/dist/
H A Dzlexer.lex110 static int once = 1; in at_eof() local
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Diostream.cpp87 static bool once = []() { in force_locale_initialization() local
/netbsd-src/external/mpl/bind/dist/bin/tools/
H A Dnamed-rrchecker.c98 bool once = false; in main() local
/netbsd-src/sys/arch/arm/gemini/
H A Dobio_timer.c206 static int once=1; in obiotimer_attach() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcondition_variable.cc117 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 Dgthr-win32.c70 __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 Dgthr-win32.c68 __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 Dthreads_none.c65 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once()

1234