|
IgH EtherCAT Master
1.5.2
|
Abstract locks. More...
Go to the source code of this file.
Typedefs | |
| typedef struct semaphore | ec_lock_t |
Functions | |
| static void | ec_lock_init (ec_lock_t *sem) |
| static void | ec_lock_down (ec_lock_t *sem) |
| static int | ec_lock_down_interruptible (ec_lock_t *sem) |
| static void | ec_lock_up (ec_lock_t *sem) |
Abstract locks.
Definition in file locks.h.