Searched refs:init_once (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dlib.c76 static isc_once_t init_once = ISC_ONCE_INIT; variable
136 result = isc_once_do(&init_once, initialize);
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcominit.c135 INTERNAL void init_once (void);
143 * structure will be associated with init_once.
197 ** Prevent rpc__init() (actually dcethread_once() of init_once()) recursive
199 ** initialization (see init_once()).
230 * We're the thread in the middle of initialization (init_once).
237 dcethread_once_throw (&init_once_block, init_once);
246 * modules from init_once()) calls dcethread_once().
259 * We're the thread in the middle of initialization (init_once).
265 init_once();
276 ** ROUTINE NAME: init_once
302 INTERNAL void init_once(void) function
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Ddigest-service.c1183 static heim_base_once_t init_once = HEIM_BASE_ONCE_INIT; local
1188 heim_base_once_f(&init_once, NULL, init_nt_framework);
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dkcm.c82 static heim_base_once_t init_once = HEIM_BASE_ONCE_INIT; local
86 heim_base_once_f(&init_once, NULL, kcm_init_ipc);
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/
H A DLog4perl.pm228 sub init_once { # Call init only if it hasn't been subroutine
1345 Log::Log4perl->init_once($conf_file);
1347 C<init_once()> is identical to C<init()>, just with the exception
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm234 sub init_once { # Call init only if it hasn't been subroutine
1574 Log::Log4perl->init_once($conf_file);
1576 C<init_once()> is identical to C<init()>, just with the exception
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/
H A DREADME820 Log::Log4perl->init_once($conf_file);
822 "init_once()" is identical to "init()", just with the exception that it
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm1624 init_once() strategy (added in 0.42), either way you're very likely to have
1630 shared among all Apache processes. Similarly, with the init_once()
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DChanges691 * (ms) Added init_once() and documentation
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm1629 init_once() strategy (added in 0.42), either way you're very likely to have
1635 shared among all Apache processes. Similarly, with the init_once()

Completed in 225 milliseconds