Lines Matching refs:threads
43 threads always preempt preemptible threads.
93 int "Number of very-high priority 'preemptor' threads"
98 threads at these priorities will always be scheduled before
99 threads at lower priorities, EVEN IF those threads are
110 for cooperative threads, this tool probably shouldn't be used
117 mode where threads can set "deadline" deltas measured in
128 SMP mode, allowing applications to pin threads to specific CPUs or
129 disallow threads from running on given CPUs. Note that as currently
131 idle-but-runnable threads, and thus works only with the simple
146 threads have a single "assigned" CPU and they will never be
237 bool "Support for dynamic threads [EXPERIMENTAL]"
243 Enable support for dynamic threads and stacks.
253 Default stack size (in bytes) for dynamic threads.
265 int "Number of statically pre-allocated threads"
314 scaling when many threads are added.
321 performance for single threads and very low code size.
324 threads in the queue at any given time. On most platforms
336 cleanly and quickly into the many thousands of threads. Use
337 this on platforms where you may have many threads (very
353 features like deadline scheduling that need to sort threads
355 of threads. Typical applications with small numbers of runnable
356 threads probably want the simple scheduler.
372 threads for later wakeup shares the same backend data
381 threads waiting on individual primitives. There is a ~2kb
393 a few threads blocked on any single IPC primitive.
445 for threads, as well as to the interrupt stack.
495 This option instructs the kernel to maintain a list of all threads
598 prevent other threads from being starved. Selecting this removes
651 This option enables time slicing between preemptible threads of
661 before other threads of equal priority are given an opportunity to run.
672 takes effect; threads having a higher priority than this ceiling are
723 objects for specific events, but both threads and ISRs may deliver
1013 in from untrusted sources (user mode threads). When disabled, these