mbed-os/usb/device/utilities
Kevin Bracey 2fbbd9d2ca Introduce Semaphore::acquire methods
Deprecate wait() in favour of acquire(), try_acquire(),
try_acquire_for() and try_acquire_until().

Brings Semaphore more into line with CMSIS-RTOS 2 (which uses "acquire"),
itself (as it has "release"), and other classes having "try", "try for"
and "try until".

Also steps away from vague "wait" term - the primary operation here is
to acquire the semaphore, and this will of course sleep.
2019-05-28 17:02:06 +03:00
..
events Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
AsyncOp.cpp Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
AsyncOp.h Update files to include SPDX-License-Identifier 2019-02-22 10:53:24 -06:00
ByteBuffer.cpp Update files to include SPDX-License-Identifier 2019-02-22 10:53:24 -06:00
ByteBuffer.h Update files to include SPDX-License-Identifier 2019-02-22 10:53:24 -06:00
LinkEntry.h Update files to include SPDX-License-Identifier 2019-02-22 10:53:24 -06:00
LinkedList.h Update files to include SPDX-License-Identifier 2019-02-22 10:53:24 -06:00
LinkedListBase.cpp Update files to include SPDX-License-Identifier 2019-02-22 10:53:24 -06:00
LinkedListBase.h Update files to include SPDX-License-Identifier 2019-02-22 10:53:24 -06:00
OperationList.h Update files to include SPDX-License-Identifier 2019-02-22 10:53:24 -06:00
OperationListBase.cpp Update files to include SPDX-License-Identifier 2019-02-22 10:53:24 -06:00
OperationListBase.h Update files to include SPDX-License-Identifier 2019-02-22 10:53:24 -06:00