Searched refs:Once (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dgold-threads.h198 class Once class in namespace:gold
201 Once();
204 ~Once()
209 // setting the argument would itself require a Once class.
242 class Initialize_lock : public Once
H A Dgold-threads.cc282 // structure for Once.
310 // A pointer to Once structure we want to run. Access to this is
313 static Once* once_pointer;
315 // The argument to pass to the Once structure. Access to this is
320 // A routine passed to pthread_once which runs the Once pointer.
335 // Class Once.
337 Once::Once() function in class:gold::Once
353 Once::run_once(void* arg)
419 Once
[all...]
H A Dtarget-select.h39 class Set_target_once : public Once
H A Dparameters.cc43 class Set_parameters_target_once : public Once
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dgold-threads.h198 class Once class in namespace:gold
201 Once();
204 ~Once()
209 // setting the argument would itself require a Once class.
242 class Initialize_lock : public Once
H A Dgold-threads.cc282 // structure for Once.
310 // A pointer to Once structure we want to run. Access to this is
313 static Once* once_pointer;
315 // The argument to pass to the Once structure. Access to this is
320 // A routine passed to pthread_once which runs the Once pointer.
335 // Class Once.
337 Once::Once() function in class:gold::Once
353 Once::run_once(void* arg)
419 Once
[all...]
H A Dtarget-select.h39 class Set_target_once : public Once
H A Dparameters.cc43 class Set_parameters_target_once : public Once
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dgold-threads.h198 class Once class in namespace:gold
201 Once();
204 ~Once()
209 // setting the argument would itself require a Once class.
242 class Initialize_lock : public Once
H A Dgold-threads.cc282 // structure for Once.
310 // A pointer to Once structure we want to run. Access to this is
313 static Once* once_pointer;
315 // The argument to pass to the Once structure. Access to this is
320 // A routine passed to pthread_once which runs the Once pointer.
335 // Class Once.
337 Once::Once() function in class:gold::Once
353 Once::run_once(void* arg)
419 Once
[all...]
H A Dtarget-select.h39 class Set_target_once : public Once
H A Dparameters.cc43 class Set_parameters_target_once : public Once
/netbsd-current/distrib/mvme68k/miniroot/
H A Dinstall.md207 OK, then. Enter 'halt' at the prompt to halt the machine. Once the
217 installed system, enter halt at the command prompt. Once the system has
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_fdr_logging.cc311 // Once flushed, we should set the global status of the logging implementation
569 static pthread_once_t Once = PTHREAD_ONCE_INIT; variable
571 &Once, +[] {
599 static pthread_once_t Once = PTHREAD_ONCE_INIT; variable
601 &Once, +[] {
H A Dxray_profile_collector.cc385 static pthread_once_t Once = PTHREAD_ONCE_INIT; variable
389 &Once, +[]() XRAY_NEVER_INSTRUMENT {
H A Dxray_profiling.cc427 static pthread_once_t Once = PTHREAD_ONCE_INIT; variable
429 &Once, +[] {
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dsha1-ppc.pl228 ; block which crosses the boundary. Once found that block is aligned
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha1-ppc.pl232 ; block which crosses the boundary. Once found that block is aligned
/netbsd-current/external/lgpl3/gmp/dist/mpn/alpha/
H A Dcom.asm52 C the first time through it must wait for the cvtqt result. Once that
/netbsd-current/share/mk/
H A Dbsd.test.mk201 echo "*** Once again, note that "make test" is unsupported."; \
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A D18-dtls-renegotiate.conf141 VerifyMode = Once
H A D17-renegotiate.conf177 VerifyMode = Once
/netbsd-current/external/gpl3/gdb.old/dist/gdb/contrib/ari/
H A Dupdate-web-ari.sh852 Mechanisms that are a candidate for being made obsolete. Once core
/netbsd-current/external/gpl3/gdb/dist/gdb/contrib/ari/
H A Dupdate-web-ari.sh852 Mechanisms that are a candidate for being made obsolete. Once core
/netbsd-current/external/bsd/kyua-cli/dist/store/
H A Dmigrate_v1_v2.sql168 -- Once this is done, we override any values explicity set by the tests.

Completed in 323 milliseconds

12