### Description What is the ```uint32_t _count;``` variable used for? https://github.com/ARMmbed/mbed-os/blob/30e39eeb10b2e0961068748651f001fe008b374a/rtos/Mutex.h#L156 It is being increased: https://github.com/ARMmbed/mbed-os/blob/30e39eeb10b2e0961068748651f001fe008b374a/rtos/Mutex.cpp#L56 and decreased: https://github.com/ARMmbed/mbed-os/blob/30e39eeb10b2e0961068748651f001fe008b374a/rtos/Mutex.cpp#L90 but I do not see any other usage. ### Issue request type [X] Question [ ] Enhancement [ ] Bug FYI: @c1728p9 @MarceloSalazar @geky, @kjbracey-arm, @sg-