commit | 57554055d21fad54e28f921f59da2e9f7505ec01 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Sat Mar 03 02:31:05 2018 -0600 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Sep 27 08:58:55 2018 +0530 |
tree | f4c0aa78dc6d9625d56f5f20b8fcc699347f9adb | |
parent | 3a117c220a6ab8a4a3020f5657319af413864bdd [diff] |
kernel: add a new API for setting thread names Added k_thread_name_set() and enable thread name setting when declaring static threads. This is enabled only when THREAD_MONITOR is used. System threads get a name by default. Signed-off-by: Anas Nashif <anas.nashif@intel.com>