HomeSort by relevance Sort by last modified time
    Searched refs:spinning (Results 1 - 19 of 19) sorted by null

  /prebuilts/go/darwin-x86/src/sync/
runtime.go 54 // Active spinning runtime support.
55 // runtime_canSpin returns true is spinning makes sense at the moment.
58 // runtime_doSpin does active spinning.
mutex_test.go 229 // This benchmark models a situation where spinning in the mutex should be
230 // non-profitable and allows to confirm that spinning does not do harm.
234 // As a matter of fact, this benchmark still triggers some spinning in the mutex.
263 // This benchmark models a situation where spinning in the mutex should be
mutex.go 62 // Active spinning makes sense.
  /prebuilts/go/linux-x86/src/sync/
runtime.go 54 // Active spinning runtime support.
55 // runtime_canSpin returns true is spinning makes sense at the moment.
58 // runtime_doSpin does active spinning.
mutex_test.go 229 // This benchmark models a situation where spinning in the mutex should be
230 // non-profitable and allows to confirm that spinning does not do harm.
234 // As a matter of fact, this benchmark still triggers some spinning in the mutex.
263 // This benchmark models a situation where spinning in the mutex should be
mutex.go 62 // Active spinning makes sense.
  /prebuilts/go/darwin-x86/src/runtime/
lock_futex.go 37 // Note that there can be spinning threads during all states - they do not
68 // On uniprocessors, no point spinning.
75 // Try for lock, spinning.
proc.go 51 // idle P and there are no "spinning" worker threads. A worker thread is considered
52 // spinning if it is out of local work and did not find work in global run queue/
53 // netpoller; the spinning state is denoted in m.spinning and in sched.nmspinning.
54 // Threads unparked this way are also considered spinning; we don't do goroutine
55 // handoff so such threads are out of work initially. Spinning threads do some
56 // spinning looking for work in per-P run queues before parking. If a spinning
57 // thread finds work it takes itself out of the spinning state and proceeds to
58 // execution. If it does not find work it takes itself out of the spinning stat
    [all...]
lock_sema.go 48 // On uniprocessor's, no point spinning.
runtime2.go 427 spinning bool // m is out of work and is actively looking for work
  /prebuilts/go/linux-x86/src/runtime/
lock_futex.go 37 // Note that there can be spinning threads during all states - they do not
68 // On uniprocessors, no point spinning.
75 // Try for lock, spinning.
proc.go 51 // idle P and there are no "spinning" worker threads. A worker thread is considered
52 // spinning if it is out of local work and did not find work in global run queue/
53 // netpoller; the spinning state is denoted in m.spinning and in sched.nmspinning.
54 // Threads unparked this way are also considered spinning; we don't do goroutine
55 // handoff so such threads are out of work initially. Spinning threads do some
56 // spinning looking for work in per-P run queues before parking. If a spinning
57 // thread finds work it takes itself out of the spinning state and proceeds to
58 // execution. If it does not find work it takes itself out of the spinning stat
    [all...]
lock_sema.go 48 // On uniprocessor's, no point spinning.
runtime2.go 427 spinning bool // m is out of work and is actively looking for work
  /external/ltp/
runltp 119 [NUM_PROCS = no. of processes creating the CPU Load by spinning over sqrt()
126 [NUM_PROCS = no. of processes creating Storage Load by spinning over write()]
136 [NUM_PROCS = no. of processes creating IO Bus Load by spinning over sync()]
142 [NUM_PROCS = no. of processes creating main Memory Load by spinning over malloc()]
    [all...]
  /prebuilts/go/darwin-x86/src/sync/atomic/
value.go 75 // we can wait with active spinning.
  /prebuilts/go/linux-x86/src/sync/atomic/
value.go 75 // we can wait with active spinning.
  /prebuilts/go/darwin-x86/src/cmd/go/
test.go 427 // the test wedges with a goroutine spinning and its background
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
test.go 427 // the test wedges with a goroutine spinning and its background
    [all...]

Completed in 1364 milliseconds