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

1 2

  /bionic/libc/kernel/uapi/asm-x86/asm/
kvm_para.h 52 __u8 preempted; member in struct:kvm_steal_time
  /external/kernel-headers/original/uapi/asm-x86/asm/
kvm_para.h 48 __u8 preempted; member in struct:kvm_steal_time
  /device/google/contexthub/firmware/os/core/
seos.c 150 struct Task *preempted = osSetCurrentTask(task); local
151 return preempted->tid;
285 struct Task *preempted = osSetCurrentTask(task); local
287 osSetCurrentTask(preempted);
305 struct Task *preempted = osSetCurrentTask(task); local
313 osSetCurrentTask(preempted);
318 struct Task *preempted = osSetCurrentTask(task); local
322 osSetCurrentTask(preempted);
366 struct Task *preempted = osSetCurrentTask(srcTask); local
368 osSetCurrentTask(preempted);
395 struct Task *preempted = osSetCurrentTask(srcTask); local
973 struct Task *preempted = osSetCurrentTask(srcTask); local
    [all...]
nanohub_chre.c 149 struct Task *preempted = osSetCurrentTask(chreTask); local
152 osSetCurrentTask(preempted);
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
funcdata.go 21 // to other functions that might be preempted or grow the stack.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
funcdata.go 21 // to other functions that might be preempted or grow the stack.
  /prebuilts/go/darwin-x86/src/runtime/
proc_test.go 113 // since the goroutines can't be stopped/preempted.
157 // since the goroutines can't be stopped/preempted.
293 // Test that goroutines are preempted at function calls.
572 // since the goroutines can't be stopped/preempted during spin wait.
mbitmap.go 128 // nosplit because it is used during write barriers and must not be preempted.
366 // nosplit because it is used during write barriers and must not be preempted.
469 // nosplit because it is used during write barriers and must not be preempted.
506 // nosplit because it is used during write barriers and must not be preempted.
562 // to avoid being preempted; the GC must not stop the goroutine
692 // Must not be preempted because it typically runs right before memmove,
    [all...]
mgcsweep.go 82 // increment locks to ensure that the goroutine is not preempted
mgcmark.go 476 // If this is because we were preempted, reschedule
723 // scanstack is marked go:systemstack because it must not be preempted
    [all...]
mgc.go 302 // preempted and will be scheduled to pick up the fractional
308 // should run until it is preempted and account its time
    [all...]
malloc.go 588 // Set mp.mallocing to keep from being preempted by GC.
  /prebuilts/go/linux-x86/src/runtime/
proc_test.go 113 // since the goroutines can't be stopped/preempted.
157 // since the goroutines can't be stopped/preempted.
293 // Test that goroutines are preempted at function calls.
572 // since the goroutines can't be stopped/preempted during spin wait.
mbitmap.go 128 // nosplit because it is used during write barriers and must not be preempted.
366 // nosplit because it is used during write barriers and must not be preempted.
469 // nosplit because it is used during write barriers and must not be preempted.
506 // nosplit because it is used during write barriers and must not be preempted.
562 // to avoid being preempted; the GC must not stop the goroutine
692 // Must not be preempted because it typically runs right before memmove,
    [all...]
mgcsweep.go 82 // increment locks to ensure that the goroutine is not preempted
mgcmark.go 476 // If this is because we were preempted, reschedule
723 // scanstack is marked go:systemstack because it must not be preempted
    [all...]
mgc.go 302 // preempted and will be scheduled to pick up the fractional
308 // should run until it is preempted and account its time
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/
doc.go 129 preempted.
  /prebuilts/go/linux-x86/src/cmd/compile/
doc.go 129 preempted.
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_kgsl.h 197 volatile unsigned int preempted; member in struct:kgsl_devmemstore
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_kgsl.h 262 * @preempted: Indicates if the context was preempted
274 volatile unsigned int preempted; member in struct:kgsl_devmemstore
    [all...]
  /prebuilts/go/darwin-x86/src/internal/trace/
parser.go 440 // 1. A goroutine can be preempted during a futile wakeup and migrate to another P.
876 EvGoPreempt = 18 // goroutine is preempted [timestamp, stack]
  /prebuilts/go/linux-x86/src/internal/trace/
parser.go 440 // 1. A goroutine can be preempted during a futile wakeup and migrate to another P.
876 EvGoPreempt = 18 // goroutine is preempted [timestamp, stack]
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof_test.go 243 // Fork can hang if preempted with signals frequently enough (see issue 5517).
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof_test.go 243 // Fork can hang if preempted with signals frequently enough (see issue 5517).

Completed in 1080 milliseconds

1 2