代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/148359/5715988
h thread.h
// This may look like C code, but it is really -*- C++ -*-
//
// Copyright Bob Friesenhahn, 1999, 2000, 2001, 2003
//
// Definition of types and classes to support threads
//
// This class is a Magick
www.eeworm.com/read/142648/5764145
readme
This is a simple demo for org.jpos.security.SecureKeyStore
SecureKeyStore allows for storing and retrieving objects of type org.jpos.SecureKey. This allows for multiple threads to be sharing the same
www.eeworm.com/read/136989/5832232
readme
/**
@page MT_BiDir Test README File
This is a stress test that exercises the birectional GIOP
connection implementation with multiple threads in TAO.
To run the test use the r
www.eeworm.com/read/112192/6147960
c private.c
/*
* private.c
*
* Description:
* This translation unit implements routines which are private to
* the implementation and may be used throughout it.
*
* Pthreads-win32 - POSIX Threads Li
www.eeworm.com/read/104260/6206042
h thread-impl.h
/*
* thread-impl.h - this is the part of the ThreadInterface implementation
* we want to expose (by means of injection into the abstraction threads.h)
*
* Use it only for two purposes:
* (1) red
www.eeworm.com/read/158402/11620696
java elevatorcontroller.java
package nachos.threads;
import nachos.machine.*;
/**
* A controller for all the elevators in an elevator bank. The controller
* accesses the elevator bank through an instance of ElevatorContro
www.eeworm.com/read/345271/11823361
c zwquerysysteminformation.c
#include
#include
VOID UnloadDriver(IN PDRIVER_OBJECT DriverObject);
///////////////////定义本地结构体//////////////////////////////////////////
struct _SYSTEM_THREADS
{
www.eeworm.com/read/344239/11896021
java fixedthreadpool.java
//: concurrency/FixedThreadPool.java
import java.util.concurrent.*;
public class FixedThreadPool {
public static void main(String[] args) {
// Constructor argument is number of threads:
www.eeworm.com/read/339738/12207852
java unsynchbanktest.java
/**
@version 1.20 1999-04-26
@author Cay Horstmann
*/
/**
This program shows data corruption
when multiple threads access a data structure
*/
public class UnsynchBankTest
{
www.eeworm.com/read/228150/14399376
readme
Protothreads are extremely lightweight stackless threads designed for
severely memory constrained systems such as deeply embedded systems or
sensor network nodes. Protothreads provides linear code exe