Go to the first, previous, next, last section, table of contents.


Locker

/* Prefix locker_ is reserved */
#include <mailutils/locker.h>

Function: int locker_create (locker_t * plocker, char *filename, size_t len, int flags)

Function: void locker_destroy (locker_t * plocker)

Function: int locker_lock (locker_t locker, int flag)
MU_LOCKER_RDLOCK
MU_LOCKER_WRLOCK
MU_LOCKER_PID
MU_LOCKER_FCNTL
MU_LOCKER_TIME

Function: int locker_touchlock (locker_t locker)

Function: int locker_unlock (locker_t locker)


Go to the first, previous, next, last section, table of contents.