Searched refs:LockFile (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/os_windows/
H A Dos_flock.c62 !LockFile(fhp->handle, low, high, 1, 0), ret);
75 !LockFile(fhp->handle, low, high, 1, 0),
/macosx-10.10.1/apr-32/apr/apr/file_io/win32/
H A Dflock.c39 /* On Win9x, LockFile() never blocks. Hack in a crufty poll.
43 * When implemented in the kernel, LockFile will typically use
50 while (!LockFile(thefile->filehand, 0, 0, len, 0)) {
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dapache.vim56 syn keyword apacheDeclaration CoreDumpDirectory EnableExceptionHook GracefulShutdownTimeout Group Listen ListenBacklog LockFile MaxClients MaxMemFree MaxRequestsPerChild MaxSpareThreads MaxSpareThreadsPerChild MinSpareThreads NumServers PidFile ScoreBoardFile SendBufferSize ServerLimit StartServers StartThreads ThreadLimit ThreadsPerChild User
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c9109 ** those functions are not available. So we use only LockFile() and
9112 ** LockFile() prevents not just writing but also reading by other processes.
32300 #define LockFile macro
[all...]

Completed in 249 milliseconds