代码搜索:Synchronization
找到约 1,570 项符合「Synchronization」的源代码
代码结果 1,570
www.eeworm.com/read/340425/3286458
java messagedriventhreadlistener.java
/*
* Created on Jun 27, 2004
*/
package com.lti.utils.synchronization;
/**
* @author Ken Larson
*/
public interface MessageDrivenThreadListener
{
public void onMessage(MessageDrivenThread sender
www.eeworm.com/read/296553/3901576
lib sempxlib.lib
semPxLib {semaphore synchronization library (POSIX) } semPxLib {semPxLib} {VxWorks API Reference} {OS Libraries} {} {}
www.eeworm.com/read/410060/2218674
c synchronizedemo.c
/* synchronizeDemo.c - Demonstrates intertask synchronization using binary
* semaphores.
*/
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
--------
www.eeworm.com/read/410060/2218676
c countingsemdemo.c
/* countingSemDemo.c - Demonstrates task synchronization using counting
* semaphores.
*/
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
-----------
www.eeworm.com/read/378488/2685863
c synchronizedemo.c
/* synchronizeDemo.c - Demonstrates intertask synchronization using binary
* semaphores.
*/
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
--------
www.eeworm.com/read/378488/2685865
c countingsemdemo.c
/* countingSemDemo.c - Demonstrates task synchronization using counting
* semaphores.
*/
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
-----------
www.eeworm.com/read/364212/2907583
m synchro.m
% synchronization
% estimation of the delay caused by the channel
% SNR should be estimated before using this function..
% training bits can maybe estimate this value (computations using variance
www.eeworm.com/read/364212/2907594
asv synchro.asv
% synchronization
% estimation of the delay caused by the channel
% SNR should be estimated before using this function..
% training bits can maybe estimate this value (computations using variance
www.eeworm.com/read/161112/5560946
c synchronizedemo.c
/* synchronizeDemo.c - Demonstrates intertask synchronization using binary
* semaphores.
*/
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
--------
www.eeworm.com/read/287180/8711795
java syncmessagepassing.java
package Synchronization;
import Utilities.*;
// like bounded buffer multiple producers and multiple
// consumers with one buffer slot except producer must
// wait for the consumer to extract the mes