代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/147766/5723181
c sync_serial.c
/*
* Simple synchronous serial port driver for ETRAX 100LX.
*
* Synchronous serial ports are used for continous streamed data like audio.
* The default setting for this driver is compatible with
www.eeworm.com/read/144216/5752172
t sync2.t
use Thread;
$global = undef;
sub single_file : locked {
my $who = shift;
my $i;
print "Uh oh: $who entered while locked by $global\n" if $global;
$global = $who;
print "[";
www.eeworm.com/read/140841/5779965
vhd eth_sync.vhd
-------------------------------------------------------------------------------
-- Entity: eth_sync
-- File: eth_sync.vhd
-- Author: Marko Isomaki
-- Description: Synchronizers for Etherne
www.eeworm.com/read/136827/5847017
h sid_sync.h
/**********************************************************************
** Copyright (C) 2000-2005 Trolltech AS and its licensors.
** All rights reserved.
**
** This file is part of the Qtopia Environ
www.eeworm.com/read/136827/5847210
c sid_sync.c
/*
*****************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Versi
www.eeworm.com/read/136786/5863973
c sync_serial.c
/*
* Simple synchronous serial port driver for ETRAX 100LX.
*
* Synchronous serial ports are used for continous streamed data like audio.
* The default setting for this driver is compatible with
www.eeworm.com/read/136571/5870349
sh repository_sync.sh
#! /bin/sh
repository=mpeg4ip
export CVS_RSH=cvsssh
CVS_N=
release=0
startfrombase=0
skipversion=0
while getopts "rbs" opt; do
case $opt in
r ) release=1 ;;
b ) start
www.eeworm.com/read/135582/5885942
cxx sync_ui.cxx
/*
* Copyright (c) 2003 Century Software, Inc. All Rights Reserved.
*
www.eeworm.com/read/135582/5885944
cxx sync_main.cxx
/*
* Copyright (c) 2003 Century Software, Inc. All Rights Reserved.
*
www.eeworm.com/read/133772/5900891
cxx sync2.cxx
//==========================================================================
//
// sync2.cxx
//
// Sync test 2 -- test of different locking mechanisms
//
//========================