HomeSort by relevance Sort by last modified time
    Searched refs:steal (Results 26 - 28 of 28) sorted by null

12

  /external/kernel-headers/original/linux/
kernel_stat.h 25 cputime64_t steal; member in struct:cpu_usage_stat
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
workstealing.h 166 // Number of elements to steal in one attempt.
167 difference_type steal; local
265 // Number of elements to steal (at least one).
266 steal = (supposed_load < 2) ? 1 : supposed_load / 2;
271 &(job[victim * stride].first), steal);
273 stolen_first + steal - difference_type(1);
  /external/clang/include/clang/Parse/
Parser.h 996 void steal(ParsingDeclRAIIObject &Other) { function in class:clang::Parser::ParsingDeclRAIIObject
    [all...]

Completed in 347 milliseconds

12