代码搜索:sync

找到约 6,244 项符合「sync」的源代码

代码结果 6,244
www.eeworm.com/read/316872/3593596

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/304657/3786865

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/298657/3861496

h signal.h

/* This file is to be kept in sync (well, reasonably so, it's quite different) with newlib/libc/include/sys/signal.h on which it is based, except values used or returned by syscalls must be thos
www.eeworm.com/read/298657/3861497

h fcntl.h

/* This file is to be kept in sync with newlib/libc/include/sys/fcntl.h, on which it is based, except values used or returned by syscalls must be those of the Linux/CRIS kernel. */ #ifndef _FC
www.eeworm.com/read/296895/3897654

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/296895/3897657

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/290309/3979868

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/290309/3979871

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/283069/4086972

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/281660/4113808

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