代码搜索:Notify

找到约 4,184 项符合「Notify」的源代码

代码结果 4,184
www.eeworm.com/read/107406/15608091

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // Wdm2Notify.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdaf
www.eeworm.com/read/106331/15639001

java cubbyhole.java

class CubbyHole { private int seq; private boolean available = false; public synchronized int get() { while (available == false) { try { wait(); // 等待Producer中调用 notify(
www.eeworm.com/read/104413/15694632

txt 分布式对话服务器的管理(3).txt

作者:运气 email: webmaster@chinaspx.com 日期:7/4/2001 1:41:45 PM   当添加或删除一个Memory对象时,经过同步的本地Mnemosyne对象需要对所有的Mnemosyne进行更新,可以通过notify()方法来完成这一任务。无论是发生write或take事件,Mnemosyne都会针对发生的事件调用适当的监听者的notify()方法。在s
www.eeworm.com/read/101169/15842234

cpp notificationprovider.cpp

// NotificationProvider.cpp // ///////////////////////////////////////////////////////////////////////////// #include ////////////////////////////////////////////////////////////////
www.eeworm.com/read/101169/15842244

cpp ipalette.cpp

// IPalette.cpp // ///////////////////////////////////////////////////////////////////////////// #include "IPalette.h" /////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/136989/5834985

h sequencepushsupplier.h

/* -*- C++ -*- */ /** * @file SequencePushSupplier.h * * SequencePushSupplier.h,v 1.6 2003/07/21 23:51:34 dhinton Exp * * @author Pradeep Gore * * */ #ifn
www.eeworm.com/read/136989/5835008

h sequencepushconsumer.h

/* -*- C++ -*- */ /** * @file SequencePushConsumer.h * * SequencePushConsumer.h,v 1.6 2003/07/21 23:51:34 dhinton Exp * * @author Pradeep Gore * * */ #ifn
www.eeworm.com/read/136989/5835044

h structuredpushconsumer.h

/* -*- C++ -*- */ /** * @file StructuredPushConsumer.h * * StructuredPushConsumer.h,v 1.6 2003/07/21 23:51:34 dhinton Exp * * @author Pradeep Gore * * */
www.eeworm.com/read/136989/5835063

h structuredpushsupplier.h

/* -*- C++ -*- */ /** * @file StructuredPushSupplier.h * * StructuredPushSupplier.h,v 1.6 2003/07/21 23:51:34 dhinton Exp * * @author Pradeep Gore * * */
www.eeworm.com/read/136989/5837027

inl reactive_task.inl

// Reactive_Task.inl,v 1.5 2003/07/06 21:41:59 pradeep Exp ACE_INLINE TAO_Notify_Buffering_Strategy* TAO_Notify_Reactive_Task::buffering_strategy (void) { return 0; }