代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/139291/5805901
readme
Threadpool MPM:
This is an experimental variant of the standard worker MPM.
Rather than queuing connections like the worker MPM, the threadpool
MPM queues idle worker threads and hands each accepted c
www.eeworm.com/read/136989/5827531
readme
Shows how applications can use the ACE_Token_Collection utility. This
example creates three collections and spawns a thread to operate on
each. The threads use the collective acquire, renew, and
www.eeworm.com/read/133287/5906494
h semaphore_posix.h
//
// Semaphore_POSIX.h
//
// $Id: //poco/Main/Foundation/include/Foundation/Semaphore_POSIX.h#5 $
//
// Definition of the SemaphoreImp class for POSIX Threads.
//
// Copyright (c) 2004, Guente
www.eeworm.com/read/133287/5906554
h mutex_posix.h
//
// Mutex_POSIX.h
//
// $Id: //poco/Main/Foundation/include/Foundation/Mutex_POSIX.h#5 $
//
// Definition of the MutexImp and FastMutexImp classes for POSIX Threads.
//
// Copyright (c) 2004,
www.eeworm.com/read/130241/5962771
java synchbanktest2.java
/**
@version 1.30 2004-08-01
@author Cay Horstmann
*/
/**
This program shows how multiple threads can safely access a data structure, using
synchronized methods.
*/
public clas
www.eeworm.com/read/112192/6147954
c dll.c
/*
* dll.c
*
* Description:
* This translation unit implements DLL initialisation.
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1998
*
* This library is free