代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/312249/3674392
c tdma-api.c
/***
*
* examples/xenomai/tdma-api.c
*
* waits on the SYNC frame arrival/transmission and prints both local and
* global time - Xenomai version
*
* Copyright (C) 2006 Jan Kiszka
www.eeworm.com/read/303435/3810896
c tsync.c
/* Copyright (c) Colorado School of Mines, 2006.*/
/* All rights reserved. */
#include "sftest.h"
/* this tests to see if SF_SYNC is raised at the right time */
static int Coun
www.eeworm.com/read/294038/3924391
c x25_asy.c
/*
* Things to sort out:
*
* o tbusy handling
* o allow users to set the parameters
* o sync/async switching ?
*
* Note: This does _not_ implement CCITT X.25 asynchronous framing
* recommendat
www.eeworm.com/read/280962/4121202
py compat.py
import itertools, new, sys, warnings
__all__ = 'set', 'frozenset', 'sorted', '_function_named'
try:
set = set
except NameError:
import sets
# keep this in sync with sqlalchemy.util.Set
www.eeworm.com/read/273740/4197689
c x25_asy.c
/*
* Things to sort out:
*
* o tbusy handling
* o allow users to set the parameters
* o sync/async switching ?
*
* Note: This does _not_ implement CCITT X.25 asynchronous framing
* recommendat
www.eeworm.com/read/271650/4226477
cpp zfstream.cpp
#include
#include "zfstream.h"
gzfilebuf::gzfilebuf() :
file(NULL),
mode(0),
own_file_descriptor(0)
{ }
gzfilebuf::~gzfilebuf() {
sync();
if ( own_file_descriptor
www.eeworm.com/read/271650/4227093
h funresourceppc.h
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by FunLanguageppc.rc
//
#define IDS_CARDVIEW_SYNC 3
#define IDS_COMPRESSION 4
#define
www.eeworm.com/read/271650/4227096
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by FunLanguageppc.rc
//
#define IDS_CARDVIEW_SYNC 3
#define IDS_COMPRESSION 4
#define
www.eeworm.com/read/270919/4233678
makefile
PLATFORMS=mica2 mica2dot
FLAGS := $(CFLAGS) -DUART_SYNC
PFLAGS=-I%T/lib/Counters
COMPONENT=TestTinySec
TINYSEC=true
GOALS += tinysec
include ../Makerules