|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
Go to the source code of this file.
Namespaces | |
| namespace | locker |
Classes | |
| class | locker::LockFile |
| Lock a file. More... | |
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 | |