代码搜索:Synchronization

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

代码结果 1,570
www.eeworm.com/read/233424/14151470

c synchronizedemo.c

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

java waiting.java

public class Resource { private Object m_waiter = new Object(); // Provides synchronization of the resource. public void release() { // Function to be called by thread th
www.eeworm.com/read/124622/14556929

java waiting.java

public class Resource { private Object m_waiter = new Object(); // Provides synchronization of the resource. public void release() { // Function to be called by thread th
www.eeworm.com/read/222590/14684823

c synchronizedemo.c

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

java holdintegersynchronized.java

// Fig. 15.6: HoldIntegerSynchronized.java // Definition of class HoldIntegerSynchronized that // uses thread synchronization to ensure that both // threads access sharedInt at the proper times. i
www.eeworm.com/read/214672/15092224

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/210394/15199522

c synchronizedemo.c

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

syn backup of pcb1.syn

Protel Synchronization report ========================================================================= Date : 27-Sep-2012 Time : 17:25:39 Reference document: Documents\升压电源.Sch Target document
www.eeworm.com/read/492281/1177008

c synchronizedemo.c

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

c countingsemdemo.c

/* countingSemDemo.c - Demonstrates task synchronization using counting * semaphores. */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history -----------