代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/398634/2375504
test rpl_until.test
source include/master-slave.inc;
# prepare version for substitutions
let $VERSION=`select version()`;
# stop slave before he will start replication also sync with master
# for avoiding undetermenist
www.eeworm.com/read/396408/2419974
h help_mp-ro.h
// FIXME: This needs to be redone properly.
// Partially sync'ed with help_mp-en.h $Revision: 1.1.1.1 $
// This is a retranslation of the file by Bogdan Butnaru ,
// based on the
www.eeworm.com/read/379468/2673590
java test.java
class Stack
{
private int[] intArr;
private int index;
Stack(int v)
{
intArr = new int[v];
}
public synchronized int top()
{
return intArr[0];
}
public sync
www.eeworm.com/read/375190/2725898
dj makefile.dj
# This Makefile is intended only for DJGPP use.
# It is mainly a copy of the main Makefile, but tends to get out of sync
# with it. A merge would probably be appropriate.
# Primary targets:
# gc.a -
www.eeworm.com/read/374687/2748812
in config.in
config BR2_PACKAGE_RSYNC
bool "rsync"
default n
help
File transfer program to keep remote files in sync.
http://rsync.samba.org/
www.eeworm.com/read/362572/2930354
hpp tlkprops.hpp
/**
* tlkprops.hpp - native layer property defines
*
* Here are the flags describing the properties of our native layer. Keep them
* in sync with the Toolkit class finals!
*
* Copyright (c) 1999
www.eeworm.com/read/362572/2930371
h tlkprops.h
/**
* tlkprops.h - native layer property defines
*
* Here are the flags describing the properties of our native layer. Keep them
* in sync with the Toolkit class finals!
*
* Copyright (c) 1999
www.eeworm.com/read/362572/2930386
h tlkprops.h
/**
* tlkprops.h - native layer property defines
*
* Here are the flags describing the properties of our native layer. Keep them
* in sync with the Toolkit class finals!
*
* Copyright (c) 1999
www.eeworm.com/read/358128/3004815
test rpl_until.test
source include/master-slave.inc;
# prepare version for substitutions
let $VERSION=`select version()`;
# stop slave before he will start replication also sync with master
# for avoiding undetermenist