Searched refs:threaded (Results 1 – 3 of 3) sorted by relevance
/tools/perf/bench/ |
D | sched-pipe.c | 41 static bool threaded; variable 45 OPT_BOOLEAN('T', "threaded", &threaded, "Specify threads/process based task setup"), 116 if (threaded) { in bench_sched_pipe() 153 loops, threaded ? "threads" : "processes"); in bench_sched_pipe()
|
/tools/memory-model/Documentation/ |
D | simple.txt | 22 Single-threaded code 25 In single-threaded code, there is no reordering, at least assuming 28 threaded context as the kernel can enter the same code path on multiple 38 this lock at a given time, your code will be executed single-threaded. 61 Despite the scalability limitations of single-threaded code, RCU 64 single-threaded grace-period processing is use of batching, where all 75 being completely single-threaded, it is often possible to use library 89 With code locking, we use single-threaded code execution to guarantee 93 in the code execution that will execute as though it is single threaded. 114 a single-threaded approach while providing excellent performance and
|
D | recipes.txt | 33 as long as the results of a single-threaded execution appear
|