mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 07:28:29 -04:00
AP_HAL_Linux: allow to check if thread is running
This commit is contained in:
parent
eca6f45b68
commit
7d451ac876
@ -40,6 +40,8 @@ public:
|
||||
|
||||
bool is_current_thread();
|
||||
|
||||
bool is_started() const { return _started; }
|
||||
|
||||
size_t get_stack_usage();
|
||||
|
||||
bool set_stack_size(size_t stack_size);
|
||||
|
Loading…
Reference in New Issue
Block a user