代码搜索:zthread

找到约 290 项符合「zthread」的源代码

代码结果 290
www.eeworm.com/read/140545/13076978

cpp interrupting.cpp

//: C11:Interrupting.cpp // Interrupting a blocked thread. //{L} ZThread #include "zthread/Thread.h" #include using namespace ZThread; using namespace std; class Blocked : public R
www.eeworm.com/read/492071/1181846

b0706edd5775001d187dee36bb048aa6

public class Zthread { }
www.eeworm.com/read/140545/13076937

cpp interrupting3.cpp

//: C11:Interrupting3.cpp // General idiom for interrupting a task. //{L} ZThread #include "zthread/Thread.h" #include #include #include using namespace ZThread; u
www.eeworm.com/read/140545/13076935

cpp referencecounting.cpp

//: C11:ReferenceCounting.cpp // A CountedPtr prevents too-early destruction. //{L} ZThread #include "zthread/Thread.h" #include "zthread/CountedPtr.h" #include using namespace ZThrea
www.eeworm.com/read/140545/13076920

h liftoff.h

//: C11:LiftOff.h // Demonstration of the Runnable interface. #ifndef LIFTOFF_H #define LIFTOFF_H #include "zthread/Runnable.h" #include class LiftOff : public ZThread::Runnable {
www.eeworm.com/read/256223/12012502

cpp manager.cpp

#include "workthread.h" #include "inifile.h" using namespace std; using namespace ZThread; using namespace oracle::occi; int main(int argc, char **argv) { SockQueue queue(new TQueue);
www.eeworm.com/read/280815/4123924

c spiresume.c

#include "ZSysgen.h" #include "ztypes.h" #include "ZThread.h" #include "ZDevice.h" #include "spi.h" extern DEV_SPI_CB_t spiDevStruct ; void spiresume(void) { RZKResumeInterruptThread(spi
www.eeworm.com/read/280815/4123823

c common.c

/* Common Routines */ #include #include "common.h" #include "ZTypes.h" #include "ZSysgen.h" #include "ZThread.h" #include "ZMessageQ.h" #include "EtherMgr.h" //Added for CR#5
www.eeworm.com/read/280815/4123845

c malloc.c

#include "ZSysgen.h" #include "ZTypes.h" #include "ZThread.h" #include "ZRegion.h" #include "ZInterrupt.h" extern RZK_REGIONHANDLE_t hGlobalRegion ; extern UINT8 *_g_region_buf ; extern U
www.eeworm.com/read/280815/4123844

c malloc_globals.c

#include "ZSysgen.h" #include "ZTypes.h" #include "ZThread.h" #include "ZRegion.h" #include "ZInterrupt.h" //RZK_REGIONHANDLE_t _g_hregion ; RZK_REGIONHANDLE_t hGlobalRegion ; UINT8 *_g_r