Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/samples/basic/threads/
DCMakeLists.txt5 project(threads) project
/Zephyr-latest/tests/subsys/logging/log_immediate/src/
Dlog_immediate_test.c30 static struct k_thread threads[NUM_THREADS]; variable
/Zephyr-latest/tests/kernel/common/src/
Dtimeout_order.c36 static struct k_thread threads[NUM_TIMEOUTS]; variable
Derrno.c26 static struct k_thread threads[N_THREADS]; variable
/Zephyr-latest/tests/subsys/debug/coredump_threads/src/
Dmain.c14 static struct k_thread threads[THREAD_COUNT]; variable
/Zephyr-latest/samples/kernel/metairq_dispatch/src/
Dmain.c22 } threads[NUM_THREADS]; variable
40 } threads[NUM_THREADS]; member
/Zephyr-latest/tests/benchmarks/sched_userspace/src/
Dmain.c70 static k_tid_t threads[MAX_NB_THREADS]; variable
/Zephyr-latest/tests/arch/common/timing/src/
Dmain.c19 static struct k_thread threads[MAX_NUM_THREADS]; variable
/Zephyr-latest/include/zephyr/sys/
Dp4wq.h83 struct k_thread *threads; member
/Zephyr-latest/samples/posix/philosophers/src/
Dmain.c36 static pthread_t threads[NUM_PHIL]; variable
/Zephyr-latest/samples/philosophers/src/
Dphil_obj_abstract.h160 static struct k_thread threads[NUM_PHIL]; variable
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/
Dmain.cpp218 } threads[NUM_JOB_TASKS + NUM_INFERENCE_TASKS]; in main() local
/Zephyr-latest/include/zephyr/
Dkernel_structs.h232 struct k_thread *threads; /* singly linked list of ALL threads */ member
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztress.c37 static struct k_thread threads[CONFIG_ZTRESS_MAX_THREADS]; variable
/Zephyr-latest/tests/lib/mpsc_pbuf/src/
Dmain.c985 static struct k_thread threads[2]; variable