代码搜索:Locking
找到约 1,488 项符合「Locking」的源代码
代码结果 1,488
www.eeworm.com/read/308442/13700999
c locking.c
#include
#include
#include
#include
#include
void main(void)
{
int handle;
if ((handle = sopen("\\AUTOEXEC.BAT", O_RDONLY, SH_DE
www.eeworm.com/read/301198/13863791
c locking.c
#include
#include
#include
#include
#include
void main(void)
{
int handle;
if ((handle = sopen("\\AUTOEXEC.BAT", O_RDONLY, SH_DE
www.eeworm.com/read/137781/5818114
c locking.c
/* locking.c
This example shows how device locking can be
used to gain exclusive access to a device*/
#include
#include
main()
{
INST dvm;
char strres[20];
www.eeworm.com/read/137781/5818148
mak locking.mak
LOCKING.BAS
C:\SICL\VB\SICL.BAS
ProjWinSize=139,499,248,215
ProjWinShow=2
www.eeworm.com/read/137781/5818155
bas locking.bas
' locking.bas
Sub Main ()
Dim dvm As Integer
Dim strres As String * 20
Dim actual As Long
' Install an error handler
On Error GoTo ErrorHandler
' Open the multimeter sessio
www.eeworm.com/read/136989/5837450
h locking.h
/* -*- C++ -*- */
//=============================================================================
/**
* @file Locking.h
*
* Locking.h,v 1.9 2003/10/28 18:34:24 bala Exp
*
* @author
www.eeworm.com/read/135489/5886671
h locking.h
/*
* locking.h
*
* Constants for the mode parameter of the locking function.
*
* This file is part of the Mingw32 package.
*
* Contributors:
* Created by Colin Peters
www.eeworm.com/read/133772/5901223
locking readme.locking
$Id: README.Locking,v 1.6 2003/11/02 19:27:54 dwmw2 Exp $
JFFS2 LOCKING DOCUMENTATION
---------------------------
At least theoretically, JFFS2 does not require the Big Kernel Lock
(BKL), w