|
Mbed TLS v3.6.5
|
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 23 of file threading.h.
| #define MBEDTLS_ERR_THREADING_MUTEX_ERROR -0x001E |
Locking / unlocking / free failed with error code.
Definition at line 25 of file threading.h.
1.8.10