AP_HAL_Linux: allow to check if thread is running

This commit is contained in:
Lucas De Marchi 2016-07-26 17:13:18 -03:00
parent eca6f45b68
commit 7d451ac876

View File

@ -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);