HomeSort by relevance Sort by last modified time
    Searched refs:preempt (Results 1 - 25 of 40) sorted by null

1 2

  /external/ltp/testcases/realtime/func/prio-preempt/
run_auto.sh 14 $SCRIPTS_DIR/run_c_files.sh $profile prio-preempt
  /packages/apps/DocumentsUI/src/com/android/documentsui/
ProviderExecutor.java 48 void preempt(); method in interface:ProviderExecutor.Preemptable
55 private void preempt() { method in class:ProviderExecutor
62 p.preempt();
71 * preempt all outstanding preemptable tasks.
94 preempt(); method
ThumbnailLoader.java 87 public void preempt() { method in class:ThumbnailLoader
  /external/lisa/libs/utils/analysis/
latency_analysis.py 287 Generate a set of plots to report the WAKEUP and PREEMPT latencies the
290 A PREEMPT latencies is the time from when a RUNNING task is suspended
297 :param kind: the kind of latencies to report (WAKEUP and/or PREEMPT")
335 # Load preempt latencies (if required)
337 if 'all' in kind or 'preempt' in kind:
341 self._log.info('Found: %5d PREEMPT latencies', len(prt_df))
374 prt_df.rename(columns={'latency' : 'preempt'}, inplace=True)
456 '(red: WAKEUP, blue: PREEMPT)'\
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
IconHelper.java 120 oldTask.preempt();
  /prebuilts/go/darwin-x86/src/runtime/
stack.go 886 gp.stackguard0 = new.lo + _StackGuard // NOTE: might clobber a preempt request
964 // is about to try to preempt gp. Read it just once and use that same
966 preempt := atomic.Loaduintptr(&gp.stackguard0) == stackPreempt
968 // Be conservative about where we preempt.
971 // preempt.
980 if preempt {
983 // gp->preempt is set, so it will be preempted next time.
1008 if preempt {
1010 throw("runtime: preempt g0")
1036 gp.preempt = fals
    [all...]
lock_futex.go 120 if gp.m.locks == 0 && gp.preempt { // restore the preemption request in case we've cleared it in newstack
proc_test.go 283 var preempt = func() int { var
304 preempt()
328 preempt()
lock_sema.go 118 if gp.m.locks == 0 && gp.preempt { // restore the preemption request in case we've cleared it in newstack
mgcmark.go 487 if gp.preempt {
882 // If flags&gcDrainUntilPreempt != 0, gcDrain returns when g.preempt
915 // self-preempt check.
929 for !(preemptible && gp.preempt) {
942 for !(preemptible && gp.preempt) {
1026 for !gp.preempt && workFlushed+gcw.scanWork < scanWork {
    [all...]
runtime1.go 460 if mp.locks == 0 && _g_.preempt {
mgc.go 676 // try to preempt a running P so it will switch to a worker.
680 // Pick a random other P to preempt.
767 // should self-preempt. It assumes it is called from the fractional
    [all...]
proc.go 606 if _g_.m.locks == 0 && _g_.preempt { // restore the preemption request in Case we've cleared it in newstack
899 // Goroutine running. Try to preempt execution so it can scan itself.
904 if gp.preemptscan && gp.preempt && gp.stackguard0 == stackPreempt {
912 gp.preempt = true
1049 // wait for 100us, then try to re-preempt in case of any races
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
stack.go 886 gp.stackguard0 = new.lo + _StackGuard // NOTE: might clobber a preempt request
964 // is about to try to preempt gp. Read it just once and use that same
966 preempt := atomic.Loaduintptr(&gp.stackguard0) == stackPreempt
968 // Be conservative about where we preempt.
971 // preempt.
980 if preempt {
983 // gp->preempt is set, so it will be preempted next time.
1008 if preempt {
1010 throw("runtime: preempt g0")
1036 gp.preempt = fals
    [all...]
lock_futex.go 120 if gp.m.locks == 0 && gp.preempt { // restore the preemption request in case we've cleared it in newstack
proc_test.go 283 var preempt = func() int { var
304 preempt()
328 preempt()
lock_sema.go 118 if gp.m.locks == 0 && gp.preempt { // restore the preemption request in case we've cleared it in newstack
mgcmark.go 487 if gp.preempt {
882 // If flags&gcDrainUntilPreempt != 0, gcDrain returns when g.preempt
915 // self-preempt check.
929 for !(preemptible && gp.preempt) {
942 for !(preemptible && gp.preempt) {
1026 for !gp.preempt && workFlushed+gcw.scanWork < scanWork {
    [all...]
runtime1.go 460 if mp.locks == 0 && _g_.preempt {
mgc.go 676 // try to preempt a running P so it will switch to a worker.
680 // Pick a random other P to preempt.
767 // should self-preempt. It assumes it is called from the fractional
    [all...]
proc.go 606 if _g_.m.locks == 0 && _g_.preempt { // restore the preemption request in Case we've cleared it in newstack
899 // Goroutine running. Try to preempt execution so it can scan itself.
904 if gp.preemptscan && gp.preempt && gp.stackguard0 == stackPreempt {
912 gp.preempt = true
1049 // wait for 100us, then try to re-preempt in case of any races
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zsysctl_openbsd.go 126 {"net.inet.carp.preempt", []_C_int{4, 2, 112, 2}},
  /prebuilts/go/linux-x86/src/syscall/
zsysctl_openbsd.go 126 {"net.inet.carp.preempt", []_C_int{4, 2, 112, 2}},
  /prebuilts/go/darwin-x86/misc/cgo/errors/
ptr_test.go 346 name: "preempt-during-call",
  /prebuilts/go/linux-x86/misc/cgo/errors/
ptr_test.go 346 name: "preempt-during-call",

Completed in 992 milliseconds

1 2