代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/229434/4755896
java stack.java
package sync;
import java.rmi.*;
public interface Stack extends Remote{
public String getName()throws RemoteException;
public int getPoint()throws RemoteException;
public String pop()thro
www.eeworm.com/read/229434/4755899
java simpleserver.java
package sync;
import java.rmi.*;
import javax.naming.*;
public class SimpleServer{
public static void main( String args[] ){
try{
Stack stack = new StackImpl("a stack");
www.eeworm.com/read/216450/4894008
cpp zfstream.cpp
#include "zfstream.h"
gzfilebuf::gzfilebuf() :
file(NULL),
mode(0),
own_file_descriptor(0)
{ }
gzfilebuf::~gzfilebuf() {
sync();
if ( own_file_descriptor )
close();
}
gzfilebuf *gz
www.eeworm.com/read/209559/4965478
c generic_nvram.c
/*
* Generic /dev/nvram driver for architectures providing some
* "generic" hooks, that is :
*
* nvram_read_byte, nvram_write_byte, nvram_sync
*
* Note that an additional hook is supported for P
www.eeworm.com/read/206209/5009291
cpp zfstream.cpp
#include "zfstream.h"
gzfilebuf::gzfilebuf() :
file(NULL),
mode(0),
own_file_descriptor(0)
{ }
gzfilebuf::~gzfilebuf() {
sync();
if ( own_file_descriptor )
close();
}
gzfilebuf *gz
www.eeworm.com/read/196482/5102438
cpp zfstream.cpp
#include "zfstream.h"
gzfilebuf::gzfilebuf() :
file(NULL),
mode(0),
own_file_descriptor(0)
{ }
gzfilebuf::~gzfilebuf() {
sync();
if ( own_file_descriptor )
close();
}
gzfilebuf *gz
www.eeworm.com/read/178545/5315833
h ixtimesyncacccodelet.h
/**
* @file IxTimeSyncAccCodelet.h
*
* @author Intel Corporation
*
* @date 23 December 2004
*
* @brief This is the header file for Intel (R) IXP400 Software Time Sync Access Codelet
*
* @par
www.eeworm.com/read/175482/5344524
cpp 051.cpp
/////////////////////////////////////////////////////////////////////
// Mapper 51
void NES_mapper51::Reset()
{
bank = 0;
mode = 1;
Sync_Prg_Banks();
parent_NES->ppu->vram_write_prote
www.eeworm.com/read/168845/5430046
h patchlevel.h
/*
* Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
*
* This file is part of Jam - see jam.c for Copyright information.
*/
/* Keep JAMVERSYM in sync with VERSION. */
/
www.eeworm.com/read/320257/3548786
cpp 051.cpp
/////////////////////////////////////////////////////////////////////
// Mapper 51
void NES_mapper51::Reset()
{
bank = 0;
mode = 1;
Sync_Prg_Banks();
parent_NES->ppu->vram_write_prote