mirror of https://github.com/ARMmbed/mbed-os.git
Thread: minor space optimisation
parent
2c4e59012f
commit
4f2fa53b37
|
@ -271,10 +271,10 @@ private:
|
||||||
osThreadId_t _tid;
|
osThreadId_t _tid;
|
||||||
osThreadAttr_t _attr;
|
osThreadAttr_t _attr;
|
||||||
bool _dynamic_stack;
|
bool _dynamic_stack;
|
||||||
|
bool _finished;
|
||||||
Semaphore _join_sem;
|
Semaphore _join_sem;
|
||||||
mutable Mutex _mutex;
|
mutable Mutex _mutex;
|
||||||
mbed_rtos_storage_thread_t _obj_mem;
|
mbed_rtos_storage_thread_t _obj_mem;
|
||||||
bool _finished;
|
|
||||||
};
|
};
|
||||||
/** @}*/
|
/** @}*/
|
||||||
/** @}*/
|
/** @}*/
|
||||||
|
|
Loading…
Reference in New Issue