$search
#include "../fosi.h"
Go to the source code of this file.
Defines | |
#define | TLSF_ACQUIRE_LOCK(l) rtos_mutex_lock(l) |
#define | TLSF_CREATE_LOCK(l) rtos_mutex_init (l) |
#define | TLSF_DESTROY_LOCK(l) rtos_mutex_destroy(l) |
#define | TLSF_MLOCK_T rt_mutex_t |
#define | TLSF_RELEASE_LOCK(l) rtos_mutex_unlock(l) |
#define TLSF_MLOCK_T rt_mutex_t |