Searched refs:_thread (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/benchmarks/sched_userspace/src/ |
D | main.c | 48 void yielder_entry(void *_thread, void *_tid, void *_nb_threads) in yielder_entry() argument 50 struct k_app_thread *thread = (struct k_app_thread *) _thread; in yielder_entry()
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell.h | 959 static struct k_thread _name##_thread; \ 970 STRINGIFY(_name), .thread = &_name##_thread, .stack = _name##_stack}
|
/Zephyr-latest/drivers/adc/ |
D | adc_tla202x.c | 430 K_THREAD_DEFINE(adc_##t##_##n##_thread, ACQ_THREAD_STACK_SIZE, tla202x_acq_thread_fn, \
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 919 def _thread(handler, timeout, outdir, logfile, fifo_fn, pid_fn, member in QEMUHandler 1086 self.thread = threading.Thread(name=self.name, target=QEMUHandler._thread,
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.1.rst | 782 * :github:`18999` - assignment in assert in test of arm\_thread\_arch causes build failures 844 * :github:`17548` - Can't set thread name with k\_thread\_create prevents useful tracing information 849 * :github:`17361` - \_THREAD\_QUEUED overlaps with x86 \_EXC\_ACTIVE in k\_thread.thread\_state 857 * :github:`16900` - Inline assembly in Arm z\_arch\_switch\_to\_main\_thread missing clobber list
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_handlers.py | 1941 QEMUHandler._thread(
|