|
Gaudi Framework, version v23r4 |
| Home | Generated: Mon Sep 17 2012 |
Go to the source code of this file.
Classes | |
| class | locker::LockFile |
| Lock a file. More... | |
Namespaces | |
| namespace | locker |
Functions | |
| def | locker::lock |
| def | locker::unlock |
| def | locker::_tmpFileName |
| def | locker::_lckFileName |
| def | locker::_linkCount |
| def | locker::_read |
| def | locker::_sleep |
Variables | |
| locker::LOCK_EX = fcntl.F_WRLCK | |
| locker::LOCK_SH = fcntl.F_RDLCK | |
| locker::LOCK_NB = fcntl.F_UNLCK | |