Searched refs:preempted (Results 1 – 8 of 8) sorted by relevance
32 standard stack is non-preemptive: if a mempool user is preempted while holding35 stack whose threads can be preempted can suffer from brief, infrequent39 be preempted at any point during a push or pop operation and will not impede
48 and one thread being preempted/delayed in a push or pop operation will not
668 be preempted by another pthread doing a multi-producer enqueue on671 be preempted by another pthread doing a multi-consumer dequeue on675 …Moreover, if the 1st pthread is preempted by a context that has an higher priority, it may even ca…
985 int preempted; in sched_switch() local994 preempted = (td->td_flags & TDF_SLICEEND) == 0 && in sched_switch()1014 sched_add(td, preempted ? in sched_switch()
2054 int cpuid, preempted; in sched_switch() local2064 preempted = (td->td_flags & TDF_SLICEEND) == 0 && in sched_switch()2082 srqflag = preempted ? in sched_switch()
1313 uint64_t preempted : 1; /**< Internal state */ member1327 uint64_t preempted : 1;1373 uint64_t preempted : 1; /**< Internal state */ member1389 uint64_t preempted : 1;
279 blocked due to a preempted writer thread. This allows the hash library
380 time quantum after which it will be preempted in favor of another thread that