Searched refs:threads (Results 1 – 20 of 20) sorted by relevance
23 Max number of threads in CMSIS RTOS V2 application that can be created with31 Max number of threads in CMSIS RTOS V2 application that can be created with35 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.
507 for (thread = _kernel.threads; thread; thread = thread->next_thread) { in osThreadGetCount()529 for (thread = _kernel.threads; thread; thread = thread->next_thread) { in osThreadEnumerate()
81 threads and all data required to debug threads.118 Core dump will contain the threads metadata section containing119 any necessary data to enable debugging threads122 bool "Dump privilege stack of user threads"127 Dump the privilege stack of user threads.
169 for (current = _kernel.threads; current; current = current->next_thread) { in process_memory_region_list()
18 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.
23 message(WARNING "Running LLEXT extensions from user-space threads on RISC-V is not supported!")
22 int "Number of threads to use for processing work-items"
83 for (thread = _kernel.threads; thread; thread = thread->next_thread) { in send_task_list_cb()
47 [THREAD_INFO_OFFSET_K_THREADS] = offsetof(struct z_kernel, threads),
326 for debugger RTOS plugins to determine the state of running threads.
37 static struct k_thread threads[CONFIG_ZTRESS_MAX_THREADS]; variable366 tids[i] = k_thread_create(&threads[i], stacks[i], CONFIG_ZTRESS_STACK_SIZE, in ztress_execute()
266 prompt "How the network RX/TX threads should work"268 Please select the RX/TX threads to be either pre-emptive or272 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/decrease310 Receive traffic class threads priority will increase/decrease
43 Make sure the priority is lower than lower layer TX threads to
103 This option indicates that a test case puts threads in user mode,113 just with all threads in supervisor mode.
50 Print privileged stack usage for user threads.
39 to the logger deadlock if logging is enabled in threads used for
247 int "Maximum number of threads in ztress framework"
94 int "Predicted maximum number of threads to return on taskstat list"
197 When more threads are using getopt please call getopt_state_get to
9 # Some BT threads use co-op priorities to implement critical sections,
Completed in 53 milliseconds