Browse Source

AP_HAL_Linux: allow to check if thread is running

mission-4.1.18
Lucas De Marchi 9 years ago
parent
commit
7d451ac876
  1. 2
      libraries/AP_HAL_Linux/Thread.h

2
libraries/AP_HAL_Linux/Thread.h

@ -40,6 +40,8 @@ public: @@ -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…
Cancel
Save