代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/8271/145128
txt pt-doc.txt
/**
\defgroup pt Protothreads
Protothreads are a type of lightweight stackless threads designed for
severly memory constrained systems such as deeply embedded systems or
sensor network nodes. Protot
www.eeworm.com/read/8271/145489
txt pt-doc.txt
/**
\defgroup pt Protothreads
Protothreads are a type of lightweight stackless threads designed for
severly memory constrained systems such as deeply embedded systems or
sensor network nodes. Protot
www.eeworm.com/read/16701/682679
txt pt-doc.txt
/**
\defgroup pt Protothreads
Protothreads are a type of lightweight stackless threads designed for
severly memory constrained systems such as deeply embedded systems or
sensor network nodes. Protot
www.eeworm.com/read/491809/1187517
cc thread.cc
// thread.cc
// Routines to manage threads. There are four main operations:
//
// Fork -- create a thread to run a procedure concurrently
// with the caller (this is done in two steps -- first
//
www.eeworm.com/read/489022/1226392
java objectqueue.java
package ie.vnit.threads;
import java.util.*;
/**
* Simple "reference" implementation of the queue interface
* In addition to the interface, an object "data" is supported
* for carrying addit
www.eeworm.com/read/489022/1226393
java controllablethread.java
package ie.vnit.threads;
/**
* Abstract class that denotes a thread that can cooperate with a
* ThreadController and has a Queue, a depth level and a MessageReceiver.
*/
abstract public c
www.eeworm.com/read/486755/1247333
java saver.java
package examples.threads.bank;
/**
* A class to demonstrate wait and notify methods
*/
public class Saver implements Runnable {
private BankAccount account;
/** Class constructor meth
www.eeworm.com/read/481108/1299867
properties threadpool-mbean.properties
ThreadPool: A thread pool with a job queue
activeCount: Returns the approximate number of threads that are actively executing tasks.
completedTaskCount: Returns the approximate total number of tasks t
www.eeworm.com/read/237220/4629923
cpp bsp.cpp
//////////////////////////////////////////////////////////////////////////////
// Product: QDPP example, 80x86, Linux/P-threads, g++
// Last Updated for Version: 3.3.00
// Date of the Last Update: Ja
www.eeworm.com/read/209036/4987626
java eventsystem.java
/*
* Created on Jul 2, 2004
*
*/
package org.placelab.eventsystem;
/**
* EventSystem implements a basic system for sending messages between
* threads.
*
*/
public interface EventSystem {