/openbsd/gnu/usr.bin/perl/dist/Thread-Queue/t/ |
H A D | 11_limit.t | 30 $rpt->enqueue($q->limit); 36 $rpt->enqueue($q->pending()); 41 $q->enqueue(6, 7); 53 $q->enqueue(1, 2, 3, 4, 5); 60 $rpt->enqueue($q->pending); 68 $rpt->enqueue($q->pending); 73 $rpt->enqueue($q->pending); 81 $rpt->enqueue($q->pending); 94 $rpt->enqueue('go'); 107 $q->enqueue(1..3); [all …]
|
H A D | 01_basic.t | 47 $q->enqueue($_); 50 $q->enqueue((-1) x $nthreads); # One end marker for each thread 65 $q->enqueue(@items); 73 $q->enqueue('done'); 97 $q->enqueue(1..4*$count*$nthreads); 98 $q->enqueue((0) x ($count*$nthreads)); 109 $q->enqueue(@items); 123 $q->enqueue('done');
|
H A D | 10_timed.t | 31 $q->enqueue(@items); 45 $q->enqueue('done'); 59 $q->enqueue('done');
|
H A D | 02_refs.t | 81 $q->enqueue($obj1, $obj2); 83 $q->enqueue($sref1, $sref2, $foo, $qux); 85 $q->enqueue($cir1, $cir1s, $cir2, $cir3);
|
H A D | 08_nothreads.t | 49 $q->enqueue($obj1, $obj2); 51 $q->enqueue($sref1, $sref2, $qux);
|
H A D | 09_ended.t | 44 $r->enqueue($ii); 87 $r->enqueue($ii);
|
/openbsd/gnu/llvm/lld/MachO/ |
H A D | MarkLive.cpp | 39 virtual void enqueue(InputSection *isec, uint64_t off) = 0; 54 void enqueue(InputSection *isec, uint64_t off) override { in enqueue() function in lld::macho::MarkLiveImpl 55 enqueue(isec, off, nullptr); in enqueue() 75 void MarkLiveImpl<RecordWhyLive>::enqueue( in enqueue() function in lld::macho::MarkLiveImpl 114 enqueue(d->isec, d->value, prev); in addSym() 116 enqueue(d->unwindEntry, 0, prev); in addSym() 183 enqueue(isec, 0, makeEntry(referentIsec, nullptr)); in markTransitively() 188 enqueue(isec, 0, makeEntry(referentIsec, nullptr)); in markTransitively() 264 marker->enqueue(isec, 0); in markLive() 273 marker->enqueue(isec, 0); in markLive() [all …]
|
/openbsd/gnu/usr.bin/perl/dist/Thread-Queue/examples/ |
H A D | callback.pl | 35 $event_q->enqueue('USR1'); # Send to event handler 40 $event_q->enqueue('USR2'); # Send to event handler 45 $event_q->enqueue('HUP'); # Send to event handler 50 $event_q->enqueue('ALRM'); # Send to event handler 92 $callbacks{$event}->enqueue($event); 112 $regis_q->enqueue($event_type, $q);
|
H A D | queue.pl | 26 $status_q->enqueue('more'); 32 $status_q->enqueue('done'); 46 $work_q->enqueue(@{shift(@work)});
|
/openbsd/gnu/usr.bin/perl/dist/threads/t/ |
H A D | free.t | 39 $q->enqueue(@_); 68 $q->enqueue($tid, "Thread $tid started"); 96 $q->enqueue($tid, "Thread $tid done"); 125 $q->enqueue($tid, "Thread $tid started"); 140 $q->enqueue($tid, "Thread $tid done"); 171 $q->enqueue($tid, "Thread $tid started"); 178 $q->enqueue($tid, "Thread $tid started"); 186 $q->enqueue($tid, "Thread $tid done"); 194 $q->enqueue($tid, "Thread $tid done");
|
H A D | free2.t | 43 $q->enqueue(@_) if @_; 77 $q->enqueue($tid, "Thread $tid started"); 100 $q->enqueue($tid, "Thread $tid received signal from $other"); 114 $q->enqueue($tid, "Thread $tid done"); 125 $q->enqueue($tid, "Thread $tid signalling $other"); 231 $q->enqueue(1, "Thread $tid getting return from thread $other"); 233 $q->enqueue($ret == $other+1, "Thread $tid saw that thread $other returned $ret"); 255 $q->enqueue(1, "Thread $tid getting return from thread $other"); 257 $q->enqueue($ret == $other+1, "Thread $tid saw that thread $other returned $ret"); 281 $q->enqueue(1, "Thread $tid getting return from thread $other"); [all …]
|
H A D | kill.t | 44 $q->enqueue(@_); 75 $q->enqueue(1, 'Thread received signal'); 80 $q->enqueue(1, 'Thread sleeping'); 83 $q->enqueue(0, 'Thread terminated normally'); 112 $q->enqueue($sema, 'Thread received semaphore'); 116 $q->enqueue(1, 'Thread suspending'); 118 $q->enqueue(1, 'Thread resuming'); 125 $q->enqueue(1, 'Thread caught termination signal'); 134 $q->enqueue(1, 'Thread done');
|
/openbsd/gnu/llvm/lld/wasm/ |
H A D | MarkLive.cpp | 43 void enqueue(Symbol *sym); 54 void MarkLive::enqueue(Symbol *sym) { in enqueue() function in lld::wasm::MarkLive 83 enqueue(initSym); in enqueueInitFunctions() 90 enqueue(symtab->find(config->entry)); in run() 95 enqueue(sym); in run() 98 enqueue(WasmSym::callDtors); in run() 139 enqueue(sym); in mark()
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | WorkList.h | 66 virtual void enqueue(const WorkListUnit& U) = 0; 68 void enqueue(ExplodedNode *N, const CFGBlock *B, unsigned idx) { in enqueue() function 69 enqueue(WorkListUnit(N, CurrentCounter, B, idx)); in enqueue() 72 void enqueue(ExplodedNode *N) { in enqueue() function 74 enqueue(WorkListUnit(N, CurrentCounter)); in enqueue()
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | MarkLive.cpp | 53 void enqueue(InputSectionBase *sec, uint64_t offset); 116 enqueue(relSec, offset); in resolveReloc() 125 enqueue(sec, 0); in resolveReloc() 183 void MarkLive<ELFT>::enqueue(InputSectionBase *sec, uint64_t offset) { in enqueue() function in MarkLive 205 enqueue(isec, d->value); in markSymbol() 247 enqueue(sec, 0); in run() 287 enqueue(sec, 0); in run() 313 enqueue(isec, 0); in mark() 317 enqueue(sec.nextInSectionGroup, 0); in mark() 343 enqueue(sec, 0); in moveToMain()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | CoreEngine.cpp | 126 enqueue(DstBegin); in ExecuteWorkList() 303 enqueue(dstNodes); in HandleBlockEdge() 461 enqueue(Dst); in HandleBranch() 473 enqueue(Dst); in HandleCleanupTemporaryBranch() 484 enqueue(Dst); in HandleStaticInit() 539 if (IsNew) WList->enqueue(Node); in generateNode() 608 WList->enqueue(I); in enqueue() 623 WList->enqueue(I); in enqueueEndOfFunction() 690 Eng.WList->enqueue(Succ); in generateNode() 706 Eng.WList->enqueue(Succ); in generateCaseStmtNode() [all …]
|
H A D | WorkList.cpp | 44 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anon76556edb0111::DFS 64 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anon76556edb0111::BFS 100 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anon76556edb0211::BFSBlockDFSContents 149 void enqueue(const WorkListUnit &U) override { in enqueue() function in __anon76556edb0311::UnexploredFirstStack 224 void enqueue(const WorkListUnit &U) override { in enqueue() function in __anon76556edb0411::UnexploredFirstPriorityQueue 280 void enqueue(const WorkListUnit &U) override { in enqueue() function in __anon76556edb0511::UnexploredFirstPriorityLocationQueue
|
/openbsd/usr.bin/sdiff/ |
H A D | sdiff.c | 370 enqueue(s1, ' ', NULL); in main() 376 enqueue(s1, ' ', s2); in main() 709 enqueue(s1, '(', NULL); in parsecmd() 711 enqueue(s1, ' ', NULL); in parsecmd() 713 enqueue(s1, ' ', s2); in parsecmd() 722 enqueue(s, '(', NULL); in parsecmd() 735 enqueue(NULL, ')', s); in parsecmd() 940 enqueue(NULL, '>', line); in printa() 986 enqueue(del->line, '|', add); in printc() 1004 enqueue(NULL, '>', add); in printc() [all …]
|
/openbsd/gnu/llvm/lld/COFF/ |
H A D | MarkLive.cpp | 37 auto enqueue = [&](SectionChunk *c) { in markLive() local 46 enqueue(sym->getChunk()); in markLive() 68 enqueue(&c); in markLive()
|
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | quarantine_test.cpp | 84 Cache.enqueue(Cb, FakePtr, BlockSize); in TEST() 104 From.enqueue(Cb, FakePtr, BlockSize); in TEST() 107 Cache.enqueue(Cb, FakePtr, BlockSize); in TEST() 134 From.enqueue(Cb, FakePtr, BlockSize); in TEST() 135 Cache.enqueue(Cb, FakePtr, BlockSize); in TEST() 165 From.enqueue(Cb, FakePtr, BlockSize); in TEST()
|
/openbsd/share/btrace/ |
H A D | runqlat.bt | 6 * This measures the time from enqueue to on-cpu, for the same thread. 40 * Work around multiple enqueue/dequeue cycles due to priority changes 44 tracepoint:sched:enqueue 48 * For the enqueue and dequeue probes, arg0 is the thread ID.
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | RegAllocBase.cpp | 78 enqueue(&LIS->getInterval(Reg)); in seedLiveRegs() 161 enqueue(SplitVirtReg); in allocatePhysRegs() 176 void RegAllocBase::enqueue(const LiveInterval *LI) { in enqueue() function in RegAllocBase
|
H A D | RegAllocBase.h | 102 void enqueue(const LiveInterval *LI);
|
/openbsd/sys/dev/dt/ |
H A D | dt_prov_static.c | 41 DT_STATIC_PROBE2(sched, enqueue, "pid_t", "pid_t"); 113 &_DT_STATIC_P(sched, enqueue),
|
/openbsd/usr.bin/grep/ |
H A D | queue.c | 62 enqueue(str_t *x) in enqueue() function
|