#include <avr/interrupt.h>
#include <stddef.h>
#include "otos_cfg.h"
#include "otos_def.h"
#include "types.h"
#include "task.h"
#include "mutex.h"
#include "time.h"
Go to the source code of this file.
Functions | |
uint8_t | otosTestAndSet (uint8_t *pLock) |
Test and set a lock (integer variable). | |
uint8_t | otosLockMutex (OtosMutex *pMutex, uint32_t timeout) |
Lock a mutex. | |
uint8_t | otosUnlockMutex (OtosMutex *pMutex) |
Unlock a mutex. |
Definition in file mutex.c.