mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 20:48:33 -04:00
AP_HAL_Linux: prefix threads with ap
This makes it consistent with bus threads and easier to grep from a `ps` call.
This commit is contained in:
parent
e1ab44f4a3
commit
833f565f09
@ -53,7 +53,7 @@ extern const AP_HAL::HAL& hal;
|
||||
|
||||
#define SCHED_THREAD(name_, UPPER_NAME_) \
|
||||
{ \
|
||||
.name = "sched-" #name_, \
|
||||
.name = "ap-" #name_, \
|
||||
.thread = &_##name_##_thread, \
|
||||
.policy = SCHED_FIFO, \
|
||||
.prio = APM_LINUX_##UPPER_NAME_##_PRIORITY, \
|
||||
|
Loading…
Reference in New Issue
Block a user