代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/315726/3616111
java sync.java
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding c
www.eeworm.com/read/314660/3630527
so sync.so
m4_comment([$Id: sync.so,v 10.18 2003/10/18 19:15:53 bostic Exp $])
m4_ref_title(Access Methods, Flushing the database cache,
flushing the database @cache, am/verify, am/close)
m4_p([dnl
The m4_
www.eeworm.com/read/310442/3697755
h sync.h
/*
************************************************************************
*
* SYNC.H
*
* Copyright (C) 1997-1998 Microsoft Corporation. All Rights Reserved.
*
*
*
*****************
www.eeworm.com/read/310442/3697771
c sync.c
/*
************************************************************************
*
* SYNC.C
*
* Copyright (C) 1996-2001 Microsoft Corporation. All Rights Reserved.
*
*
*
*****************
www.eeworm.com/read/308839/3711864
c sync.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/308427/3714628
hpp sync.hpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/308427/3714645
cpp sync.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/304849/3784238
txt sync.txt
-- sync --
Synchronize (commit) data to all disks.
Usage:
sync
This command will cause all pending disk data in memory to be written out
to the disk.
Disk I/O in Visopsys is usually ansynchron
www.eeworm.com/read/304222/3802314
s sync.s
.sect .text
.extern __sync
.define _sync
.align 2
_sync:
jmp __sync
www.eeworm.com/read/304222/3802566
c _sync.c
#include
#define sync _sync
#include
PUBLIC int sync()
{
message m;
return(_syscall(FS, SYNC, &m));
}