zephyr/kernel
Anas Nashif 57554055d2 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>
2018-09-27 08:58:55 +05:30
..
include kernel: add a new API for setting thread names 2018-09-27 08:58:55 +05:30
CMakeLists.txt kernel: Cmake: Add __ZEPHYR_SUPERVISOR__ macro for kernel files. 2018-05-15 17:48:18 +03:00
Kconfig kernel: add a new API for setting thread names 2018-09-27 08:58:55 +05:30
Kconfig.power_mgmt doc: fix kconfig misspellings 2018-08-28 13:58:46 -04:00
alert.c kernel: Using boolean constants instead of 0 or 1 2018-09-18 13:57:15 -04:00
atomic_c.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
compiler_stack_protect.c kernel: add CODE_UNREACHABLE in _StackCheckHandler 2018-04-17 10:50:12 -07:00
device.c kernel; Checking functions return 2018-09-14 16:55:37 -04:00
errno.c kernel: userspace: reserve stack space to store local data 2018-08-17 09:40:52 -07:00
idle.c kernel: Using boolean constants instead of 0 or 1 2018-09-18 13:57:15 -04:00
init.c kernel: add a new API for setting thread names 2018-09-27 08:58:55 +05:30
int_latency_bench.c Convert remaining code to using newly introduced integer sized types 2017-04-21 11:38:23 -05:00
mailbox.c kernel; Checking functions return 2018-09-14 16:55:37 -04:00
mem_domain.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
mem_slab.c kernel: mem_slab: Reschedule in k_mem_slab_free only when necessary. 2018-05-18 20:16:50 +03:00
mempool.c kernel: Using boolean constants instead of 0 or 1 2018-09-18 13:57:15 -04:00
msg_q.c kernel: Make If statement have essentially Boolean type 2018-09-18 13:57:15 -04:00
mutex.c kernel: Make If statement have essentially Boolean type 2018-09-18 13:57:15 -04:00
pipes.c kernel: Compare pointers with NULL in while statements 2018-09-18 13:57:15 -04:00
poll.c kernel: Make If statement have essentially Boolean type 2018-09-18 13:57:15 -04:00
queue.c kernel: Compare pointers with NULL in while statements 2018-09-18 13:57:15 -04:00
sched.c kernel: Make If statement have essentially Boolean type 2018-09-18 13:57:15 -04:00
sem.c tracing: remove stray event_logger code 2018-09-05 16:05:08 -04:00
smp.c kernel; Checking functions return 2018-09-14 16:55:37 -04:00
stack.c kernel: stack: Fix k_stack_pop api 2018-09-18 13:57:39 -04:00
sys_clock.c kernel: Compare pointers with NULL in while statements 2018-09-18 13:57:15 -04:00
system_work_q.c kernel: introduce stack definition macros 2017-06-09 18:53:28 -04:00
thread.c kernel: add a new API for setting thread names 2018-09-27 08:58:55 +05:30
thread_abort.c kernel: Explicitly ignoring _Swap return 2018-09-14 16:55:37 -04:00
timer.c kernel: Make If statement have essentially Boolean type 2018-09-18 13:57:15 -04:00
userspace.c kernel: Make If statement have essentially Boolean type 2018-09-18 13:57:15 -04:00
userspace_handler.c syscalls: remove policy from handler checks 2018-05-17 23:34:03 +03:00
version.c kernel: version: no need to store version in RAM 2017-09-07 16:34:50 -07:00
work_q.c kernel: add a new API for setting thread names 2018-09-27 08:58:55 +05:30