mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 13:16:06 +00:00
Tracing subsystem is growing and although related to debugging, it does deserve to belong into its own subsystem. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
7 lines
113 B
Plaintext
7 lines
113 B
Plaintext
33 MUTEX_INIT
|
|
34 MUTEX_UNLOCK
|
|
35 MUTEX_LOCK
|
|
36 SEMAPHORE_INIT
|
|
37 SEMAPHORE_GIVE
|
|
38 SEMAPHORE_TAKE
|