Mbed OS Reference
|
Threading abstraction layer. More...
Go to the source code of this file.
Macros | |
#define | MBEDTLS_ERR_THREADING_FEATURE_UNAVAILABLE -0x001A |
The selected feature is not available. More... | |
#define | MBEDTLS_ERR_THREADING_BAD_INPUT_DATA -0x001C |
Bad input parameters to function. More... | |
#define | MBEDTLS_ERR_THREADING_MUTEX_ERROR -0x001E |
Locking / unlocking / free failed with error code. More... | |
Threading abstraction layer.
Definition in file threading.h.
#define MBEDTLS_ERR_THREADING_FEATURE_UNAVAILABLE -0x001A |
The selected feature is not available.
Definition at line 39 of file threading.h.
#define MBEDTLS_ERR_THREADING_BAD_INPUT_DATA -0x001C |
Bad input parameters to function.
Definition at line 41 of file threading.h.
#define MBEDTLS_ERR_THREADING_MUTEX_ERROR -0x001E |
Locking / unlocking / free failed with error code.
Definition at line 42 of file threading.h.