mbed-os/rtos
Hugues Kamba a562841992 Cast void pointer before deallocating with delete[]
The stack memory is a `void*` which creates a warning when using
the `delete[]` operator because it is unable to call the destructor of
of an unknown object type.
2019-09-03 10:52:31 +01:00
..
source Cast void pointer before deallocating with delete[] 2019-09-03 10:52:31 +01:00
ConditionVariable.h Change Doxygen groups structure, splitting first by Public/Internal (#11105) 2019-08-02 12:23:47 +01:00
EventFlags.h Bare metal support for running PDMC 2019-08-27 13:09:56 +03:00
Kernel.h Change Doxygen groups structure, splitting first by Public/Internal (#11105) 2019-08-02 12:23:47 +01:00
LICENSE-mit.txt rtos: add license information 2019-04-16 11:26:39 +01:00
LICENSE.md RTOS API for bare metal 2019-07-15 10:13:50 +03:00
Mail.h Change Doxygen groups structure, splitting first by Public/Internal (#11105) 2019-08-02 12:23:47 +01:00
MemoryPool.h Change Doxygen groups structure, splitting first by Public/Internal (#11105) 2019-08-02 12:23:47 +01:00
Mutex.h Change Doxygen groups structure, splitting first by Public/Internal (#11105) 2019-08-02 12:23:47 +01:00
Queue.h Merge pull request #11073 from ARMmbed/feature-public-headers 2019-08-07 16:04:45 +03:00
RtosTimer.h Change Doxygen groups structure, splitting first by Public/Internal (#11105) 2019-08-02 12:23:47 +01:00
Semaphore.h Change Doxygen groups structure, splitting first by Public/Internal (#11105) 2019-08-02 12:23:47 +01:00
ThisThread.h Change Doxygen groups structure, splitting first by Public/Internal (#11105) 2019-08-02 12:23:47 +01:00
Thread.h Change Doxygen groups structure, splitting first by Public/Internal (#11105) 2019-08-02 12:23:47 +01:00
mbed_lib.json RTOS API for bare metal 2019-07-15 10:13:50 +03:00
mbed_rtos1_types.h RTOS API for bare metal 2019-07-15 10:13:50 +03:00
mbed_rtos_storage.h RTOS API for bare metal 2019-07-15 10:13:50 +03:00
mbed_rtos_types.h RTOS API for bare metal 2019-07-15 10:13:50 +03:00
rtos.h Change Doxygen groups structure, splitting first by Public/Internal (#11105) 2019-08-02 12:23:47 +01:00