Counting semaphores implemented on protothreads. More...
#include "sys/pt.h"Go to the source code of this file.
Defines | |
| #define | PT_SEM_INIT(s, c) |
| Initialize a semaphore. | |
| #define | PT_SEM_WAIT(pt, s) |
| Wait for a semaphore. | |
| #define | PT_SEM_SIGNAL(pt, s) |
| Signal a semaphore. | |
Counting semaphores implemented on protothreads.
Definition in file pt-sem.h.
1.6.1