|
mbed TLS v3.1.0
|
Threading abstraction layer. More...

Go to the source code of this file.
Macros | |
| #define | MBEDTLS_ERR_THREADING_BAD_INPUT_DATA -0x001C |
| #define | MBEDTLS_ERR_THREADING_MUTEX_ERROR -0x001E |
Threading abstraction layer.
Definition in file threading.h.
| #define MBEDTLS_ERR_THREADING_BAD_INPUT_DATA -0x001C |
Bad input parameters to function.
Definition at line 35 of file threading.h.
| #define MBEDTLS_ERR_THREADING_MUTEX_ERROR -0x001E |
Locking / unlocking / free failed with error code.
Definition at line 37 of file threading.h.
1.8.10