Apache HTTPD
Functions
flock.c File Reference
#include <nks/fsio.h>
#include "apr_arch_file_io.h"

Go to the source code of this file.

Functions

apr_status_t apr_file_lock (apr_file_t *thefile, int type)
 
apr_status_t apr_file_unlock (apr_file_t *thefile)
 

Function Documentation

◆ apr_file_lock()

apr_status_t apr_file_lock ( apr_file_t thefile,
int  type 
)

Definition at line 21 of file flock.c.

◆ apr_file_unlock()

apr_status_t apr_file_unlock ( apr_file_t thefile)

Definition at line 33 of file flock.c.