Home
last modified time | relevance | path

Searched refs:deferred (Results 1 – 25 of 96) sorted by relevance

1234

/openbsd-src/sys/kern/
H A Dkern_smr.c85 struct smr_entry_list deferred; in smr_thread() local
93 SIMPLEQ_INIT(&deferred); in smr_thread()
107 SIMPLEQ_CONCAT(&deferred, &smr_deferred); in smr_thread()
120 while ((smr = SIMPLEQ_FIRST(&deferred)) != NULL) { in smr_thread()
121 SIMPLEQ_REMOVE_HEAD(&deferred, smr_list); in smr_thread()
/openbsd-src/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/
H A DFile.pm48 # deferred-write buffer size (if specified)
58 # are we in deferred-write mode?
60 $opts{deferred} = {}; # no records are presently deferred
61 $opts{deferred_s} = 0; # count of total bytes in ->{deferred}
127 $rec = $self->{deferred}{$n} if exists $self->{deferred}{$n};
228 my $old_deferred = $self->{deferred}{$n};
233 $self->{deferred}{$n} = $rec;
246 # Remove a single record from the deferred
[all...]
/openbsd-src/gnu/usr.bin/perl/ext/SDBM_File/
H A DCHANGES10 is write-deferred (if the split is successful), thereby saving a cosly
12 deferred page is written out, as the failure-window is now dependent on
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-tahoe.c1018 int deferred = 0; /* 1 if '*' deferral is used */ local
1041 deferred = 1;
1307 if (deferred || immediate || (dec_inc != ' ') ||
1339 if (deferred || immediate || !really_none)
1358 else if (deferred)
1391 if (deferred)
1416 if (deferred && immediate)
1432 else if (deferred)
/openbsd-src/gnu/llvm/libcxx/src/
H A Dfuture.cpp152 if (__state_ & static_cast<unsigned>(deferred)) in __sub_wait()
154 __state_ &= ~static_cast<unsigned>(deferred); in __sub_wait()
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Bugs/
H A D600.t9 $TEST->done_testing(1); # a computed number of tests from its deferred magic
/openbsd-src/gnu/usr.bin/perl/dist/Tie-File/
H A DChangeLog57 Flushing out the deferred-write buffer is now done in a single pass,
97 AUTODEFERMENT: Tie::File will now turn deferred writing on and off
115 Changes will be written when the memory limit for deferred writes is
/openbsd-src/sys/lib/libsa/
H A Dnetif.h35 int deferred; member
/openbsd-src/gnu/llvm/libcxx/include/
H A Dfuture30 deferred = 2,
31 any = async | deferred
38 deferred
81 // setting the result with deferred notification
110 // setting the result with deferred notification
138 // setting the result with deferred notification
415 deferred = 2,
416 any = async | deferred
487 deferred
553 deferred = 8
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/
H A DParseXS.pm571 $self->{deferred} = "";
631 print $self->{deferred};
1152 $self->{deferred} .= "\n\tXSauto_length_of_$2 = STRLEN_length_of_$2;\n";
2013 $self->{deferred}
2109 $self->{deferred} .= $self->eval_input_typemap_code(
2115 $self->{deferred} .= $self->eval_input_typemap_code(
2128 $self->{deferred}
/openbsd-src/gnu/usr.bin/perl/dist/Tie-File/t/
H A D32_defer_misc.t143 $good &&= hash_equal($o->{deferred}, $xdefer, "true defer", "expected defer");
H A D30_defer.t263 $good &&= hash_equal($o->{deferred}, $xdefer, "true defer", "expected defer");
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dmkisofs.h255 struct deferred{ struct
256 struct deferred * next; argument
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DThreadPool.h173 auto Future = std::async(std::launch::deferred, std::move(Task)).share(); in asyncImpl()
/openbsd-src/usr.sbin/smtpd/
H A Dmta.c162 struct tree deferred; member
2639 tree_init(&hs->deferred); in mta_hoststat_update()
2664 if (tree_count(&hs->deferred) >= env->sc_mta_max_deferred) in mta_hoststat_cache()
2667 tree_set(&hs->deferred, evpid, NULL); in mta_hoststat_cache()
2683 tree_pop(&hs->deferred, evpid); in mta_hoststat_uncache()
2700 while (tree_poproot(&hs->deferred, &evpid, NULL)) { in mta_hoststat_reschedule()
2709 while (tree_poproot(&hs->deferred, NULL, NULL)) in mta_hoststat_remove_entry()
/openbsd-src/gnu/usr.bin/perl/dist/Time-HiRes/t/
H A Dalarm.t42 # Perl's deferred signals may be too wimpy to break through
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx14Issues.csv96 "`2120 <https://wg21.link/lwg2120>`__","What should async do if neither 'async' nor 'deferred' is s…
155 "`2186 <https://wg21.link/lwg2186>`__","Incomplete action on async/launch::deferred","Issaquah","|C…
/openbsd-src/gnu/gcc/libcpp/
H A DChangeLog123 (do_pragma): Allow pragma expansion after namespace. For deferred
125 (destringize_and_run): Save tokens for deferred pragmas.
146 block comment, end the saved deferred pragma string before that
/openbsd-src/gnu/llvm/llvm/docs/
H A DMCJITDesignAndImplementation.rst47 module. Code generation is deferred until either the
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlipc.pod253 handler from %SIG is executed. The "deferred" scheme allows much more
273 but not yet caught (and thus not deferred) at the time an opcode
274 completes, those signals may well be caught and deferred during
288 this worked well). With the "deferred" scheme the handler is I<not> called
332 a signal arrived. In order to deliver deferred signals promptly,
359 process. On such systems the deferred signal scheme will not work for
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcp-tree.def229 /* Used to represent deferred name lookup for dependent names while
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dcgen-ibld.in251 target byte order handling is deferred until later. */
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcgen-ibld.in254 target byte order handling is deferred until later. */
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.td64 def FQ : SparcCtrlReg<0, "FQ">; // Floating-point deferred-trap queue.
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dpasses.texi30 the input, due to deferred inlining, and other considerations.
43 function, or was deferred for some reason (this can occur in

1234