Home
last modified time | relevance | path

Searched refs:threads (Results 1 – 20 of 20) sorted by relevance

/subsys/portability/cmsis_rtos_v2/
A DKconfig23 Max number of threads in CMSIS RTOS V2 application that can be created with
31 Max number of threads in CMSIS RTOS V2 application that can be created with
35 int "Max stack size threads can be allocated in CMSIS RTOS V2 application"
39 Mention max stack size threads can be allocated in CMSIS RTOS V2 application.
42 int "Dynamic stack size threads are allocated in CMSIS RTOS V2 application"
46 Mention dynamic stack size threads are allocated in CMSIS RTOS V2 application.
A Dthread.c507 for (thread = _kernel.threads; thread; thread = thread->next_thread) { in osThreadGetCount()
529 for (thread = _kernel.threads; thread; thread = thread->next_thread) { in osThreadEnumerate()
/subsys/debug/coredump/
A DKconfig81 threads and all data required to debug threads.
118 Core dump will contain the threads metadata section containing
119 any necessary data to enable debugging threads
122 bool "Dump privilege stack of user threads"
127 Dump the privilege stack of user threads.
A Dcoredump_core.c169 for (current = _kernel.threads; current; current = current->next_thread) { in process_memory_region_list()
/subsys/portability/cmsis_rtos_v1/
A DKconfig18 int "Max stack size threads can be allocated in CMSIS RTOS application"
22 Mention max stack size threads can be allocated in CMSIS RTOS application.
/subsys/llext/
A DCMakeLists.txt23 message(WARNING "Running LLEXT extensions from user-space threads on RISC-V is not supported!")
/subsys/rtio/
A DKconfig.workq22 int "Number of threads to use for processing work-items"
/subsys/tracing/sysview/
A Dsysview_config.c83 for (thread = _kernel.threads; thread; thread = thread->next_thread) { in send_task_list_cb()
/subsys/debug/
A Dthread_info.c47 [THREAD_INFO_OFFSET_K_THREADS] = offsetof(struct z_kernel, threads),
A DKconfig326 for debugger RTOS plugins to determine the state of running threads.
/subsys/testsuite/ztest/src/
A Dztress.c37 static struct k_thread threads[CONFIG_ZTRESS_MAX_THREADS]; variable
366 tids[i] = k_thread_create(&threads[i], stacks[i], CONFIG_ZTRESS_STACK_SIZE, in ztress_execute()
/subsys/net/ip/
A DKconfig266 prompt "How the network RX/TX threads should work"
268 Please select the RX/TX threads to be either pre-emptive or
272 bool "Use co-operative TX/RX threads"
275 With co-operative threads, the thread cannot be pre-empted.
278 bool "Use pre-emptive TX/RX threads [EXPERIMENTAL]"
282 With pre-emptive threads, the thread can be pre-empted.
294 Customise net threads priority by each.
301 Transmit traffic class threads priority will increase/decrease
310 Receive traffic class threads priority will increase/decrease
A DKconfig.tcp43 Make sure the priority is lower than lower layer TX threads to
/subsys/testsuite/
A DKconfig103 This option indicates that a test case puts threads in user mode,
113 just with all threads in supervisor mode.
/subsys/debug/thread_analyzer/
A DKconfig50 Print privileged stack usage for user threads.
/subsys/logging/
A DKconfig.processing39 to the logger deadlock if logging is enabled in threads used for
/subsys/testsuite/ztest/
A DKconfig247 int "Maximum number of threads in ztress framework"
/subsys/mgmt/mcumgr/grp/os_mgmt/
A DKconfig94 int "Predicted maximum number of threads to return on taskstat list"
/subsys/shell/
A DKconfig197 When more threads are using getopt please call getopt_state_get to
/subsys/bluetooth/
A DKconfig9 # Some BT threads use co-op priorities to implement critical sections,

Completed in 53 milliseconds