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