代码搜索:Locking
找到约 1,488 项符合「Locking」的源代码
代码结果 1,488
www.eeworm.com/read/229812/4750993
gml locking.gml
.func locking _locking
#include
int locking( int &fd, int mode, long nbyte );
.ixfunc2 '&OsIo' &func
.if &'length(&_func.) ne 0 .do begin
int _locking( int &fd, int mode, long
www.eeworm.com/read/216802/4880709
c locking.c
#include
/*
* @implemented
*/
int _locking(int _fd, int mode, long nbytes)
{
long offset = _lseek(_fd, 0L, 1);
if (offset == -1L)
return -1;
if (!LockFile((HANDLE)_get_os
www.eeworm.com/read/209559/4973396
directory-locking
Locking scheme used for directory operations is based on two
kinds of locks - per-inode (->i_sem) and per-filesystem (->s_vfs_rename_sem).
For our purposes all operations fall in 5 classes:
1) rea
www.eeworm.com/read/209559/4973807
locking readme.locking
$Id: README.Locking,v 1.4 2002/03/08 16:20:06 dwmw2 Exp $
JFFS2 LOCKING DOCUMENTATION
---------------------------
At least theoretically, JFFS2 does not require the Big Kernel Lock
(BKL), which w
www.eeworm.com/read/205824/5015594
c locking.c
#include
/*
* @implemented
*/
int _locking(int _fd, int mode, long nbytes)
{
long offset = _lseek(_fd, 0L, 1);
if (offset == -1L)
return -1;
if (!LockFile((HANDLE)_get_os
www.eeworm.com/read/205824/5016579
h locking.h
/*
* locking.h
* This file has no copyright assigned and is placed in the Public Domain.
* This file is a part of the mingw-runtime package.
* No warranty is given; refer to the file DISCLAIME
www.eeworm.com/read/204040/5035001
h locking.h
/***
*sys\locking.h - flags for locking() function
*
* Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file defines the flags for the locking() funct
www.eeworm.com/read/204040/5036323
h locking.h
/***
*sys\locking.h - flags for locking() function
*
* Copyright (c) 1985-1990, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file defines the flags for the locking() function.