#include <string>
#include <sys/time.h>
#include <fcntl.h>
#include <signal.h>
#include <unistd.h>
#include "sbuild-error.h"
Include dependency graph for sbuild-lock.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | sbuild |
Classes | |
class | sbuild::Lock |
Advisory locking. More... | |
class | sbuild::FileLock |
File locks. More... | |
class | sbuild::DeviceLock |
Set an advisory lock on a device. More... |