代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/318179/13483685
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/493401/6402261
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/483654/6600209
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/481225/6645089
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/344239/11896014
java evengenerator.java
//: concurrency/EvenGenerator.java
// When threads collide.
public class EvenGenerator extends IntGenerator {
private int currentEvenValue = 0;
public int next() {
++currentEvenValue; /
www.eeworm.com/read/336999/12402867
c countc.c
//
// CountC.c -- Tracks the number of active client threads
//
#include "httpMT.h"
DWORD gdwClientCount = 0;
CRITICAL_SECTION gcriticalClients;
HANDLE ghNoClients;
//////////////////////
www.eeworm.com/read/148696/12440966
cpp simple_thread.cpp
#include
// This is a child thread procedure that waits for a semaphore,
// holds the semaphore for five seconds, and releases the semaphore.
// Threads that cannot get semaphores w
www.eeworm.com/read/148696/12442242
cpp create_semaphore.cpp
#include
// This is a child thread procedure that waits for a semaphore,
// holds the semaphore for five seconds, and releases the semaphore.
// Threads that cannot get semaphores w
www.eeworm.com/read/128628/14286608
cpp simple_thread.cpp
#include
// This is a child thread procedure that waits for a semaphore,
// holds the semaphore for five seconds, and releases the semaphore.
// Threads that cannot get semaphores w
www.eeworm.com/read/128628/14287762
cpp create_semaphore.cpp
#include
// This is a child thread procedure that waits for a semaphore,
// holds the semaphore for five seconds, and releases the semaphore.
// Threads that cannot get semaphores w