代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/139291/5804654
changes
Changes with APR 0.9.6
*) Add apr_threadattr_stacksize_set() for overriding the default
stack size for threads created by apr_thread_create().
[Jeff Trawick]
*) Add an RPM spec file. [
www.eeworm.com/read/136989/5829969
readme
/**
@page Muxed_GIOP_Versions Test README File
This is stress test to make sure that TAO doesnt share the GIOP
parsers between threads processing different GIOP versions.
To run the t
www.eeworm.com/read/133287/5906457
h thread_posix.h
//
// Thread_POSIX.h
//
// $Id: //poco/Main/Foundation/include/Foundation/Thread_POSIX.h#5 $
//
// Definition of the ThreadImp class for POSIX Threads.
//
// Copyright (c) 2004, Guenter Obiltsc
www.eeworm.com/read/133287/5906530
h rwlock_posix.h
//
// RWLock_POSIX.h
//
// $Id: //poco/Main/Foundation/include/Foundation/RWLock_POSIX.h#5 $
//
// Definition of the RWLockImp class for POSIX Threads.
//
// Copyright (c) 2004, Guenter Obiltsc
www.eeworm.com/read/133287/5906531
h event_posix.h
//
// Event_POSIX.h
//
// $Id: //poco/Main/Foundation/include/Foundation/Event_POSIX.h#5 $
//
// Definition of the EventImp class for POSIX Threads.
//
// Copyright (c) 2004, Guenter Obiltschni
www.eeworm.com/read/126641/6014638
readme
Mutithreading testing area.
Since this stuff is very very platorm specific, this is not part of the
normal build. Have a read of doc/threads.doc.
mttest will do some testing and will currently buil
www.eeworm.com/read/124347/6053561
c create2.c
/*
* File: create2.c
*
* Test Synopsis:
* - Test that threads have a Win32 handle when started.
*
* Test Method (Validation or Falsification):
* - Statistical, not absolute (depends on sample s
www.eeworm.com/read/123764/6057981
cpp threadform.cpp
#include
#include
#include "threadform.h"
ThreadForm::ThreadForm(QWidget *parent, const char *name)
: QDialog(parent, name)
{
setCaption(tr("Threads"));
thre
www.eeworm.com/read/112192/6147961
c rwlock.c
/*
* rwlock.c
*
* Description:
* This translation unit implements read/write lock primitives.
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1998
*
* This libra
www.eeworm.com/read/112192/6147962
c exit.c
/*
* exit.c
*
* Description:
* This translation unit implements routines associated with exiting from
* a thread.
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1