Home
last modified time | relevance | path

Searched refs:parameter2 (Results 1 – 3 of 3) sorted by relevance

/Zephyr-4.2.1/include/zephyr/kernel/
Dthread.h38 void *parameter2; member
/Zephyr-4.2.1/doc/services/shell/
Dindex.rst464 :c:macro:`parameter1` :c:macro:`parameter2` will execute command
465 :c:macro:`cmd_22_h` and :c:macro:`parameter1` :c:macro:`parameter2`
471 :c:macro:`cmd_121_h` :c:macro:`parameter2` will execute command
473 :c:macro:`parameter2` will be passed as an arguments.
478 :c:macro:`parameter2` will not execute any command.
/Zephyr-4.2.1/kernel/
Dthread.c662 new_thread->entry.parameter2 = p2; in z_setup_new_thread()
915 _current->entry.parameter2 = p2; in k_thread_user_mode_enter()