代码搜索:Synchronization

找到约 1,570 项符合「Synchronization」的源代码

代码结果 1,570
www.eeworm.com/read/110505/15532418

h synch.h

// synch.h // Data structures for synchronizing threads. // // Three kinds of synchronization are defined here: semaphores, // locks, and condition variables. The implementation for // semaphores is
www.eeworm.com/read/110505/15532419

cc synch.cc

// synch.cc // Routines for synchronizing threads. Three kinds of // synchronization routines are defined here: semaphores, locks // and condition variables (the implementation of the last two /
www.eeworm.com/read/287180/8711836

java binarysemaphore.java

package Synchronization; // is final so subclassing cannot upset if (...) wait() and notify() // but notify() (and wait() too) are public methods so still risky; // better to create a private object
www.eeworm.com/read/287180/8711874

java bbmessagepassing.java

package Synchronization; import Utilities.*; /* * Bounded buffer for objects with the message passing interface. * Designed for multiple producer threads and multiple consumer threads. */ public
www.eeworm.com/read/284556/8919037

cc synch.cc

// synch.cc // Routines for synchronizing threads. Three kinds of // synchronization routines are defined here: semaphores, locks // and condition variables. // // Any implementation of a synchr
www.eeworm.com/read/181788/9236974

c synchronizedemo.c

/* synchronizeDemo.c - Demonstrates intertask synchronization using binary * semaphores. */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history
www.eeworm.com/read/177261/9462885

c synchronizedemo.c

/* synchronizeDemo.c - Demonstrates intertask synchronization using binary * semaphores. */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history --------
www.eeworm.com/read/423100/10587523

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/423100/10587597

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/142932/12907909

c synchronizedemo.c

/* synchronizeDemo.c - Demonstrates intertask synchronization using binary * semaphores. */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history --------