|
Mbed TLS v3.6.5
|
Threading abstraction layer. More...
#include "mbedtls/private_access.h"#include "mbedtls/build_info.h"#include <stdlib.h>#include <pthread.h>

Go to the source code of this file.
Data Structures | |
| struct | mbedtls_threading_mutex_t |
Macros | |
| #define | MBEDTLS_ERR_THREADING_BAD_INPUT_DATA -0x001C |
| #define | MBEDTLS_ERR_THREADING_MUTEX_ERROR -0x001E |
Typedefs | |
| typedef struct mbedtls_threading_mutex_t | mbedtls_threading_mutex_t |
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.
| typedef struct mbedtls_threading_mutex_t mbedtls_threading_mutex_t |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |