代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/395674/2433721
cpp worker.cpp
/*
* Worker.cpp
*
* Sample code for "Multithreading Applications in Win32"
* This is from Chapter 14, Listing 14-3
*
* Demonstrate using worker threads that have
* their own message queu
www.eeworm.com/read/395674/2433810
c srchcrt.c
/*
* SrchCrt.c
*
* Sample code for "Multithreading Applications in Win32"
* This is from Chapter 8, Listing 8-1
*
* Uses multiple threads to search the files
* "*.c" in the current dire
www.eeworm.com/read/395674/2433818
c srchwin.c
/*
* SrchWin.c
*
* Sample code for "Multithreading Applications in Win32"
* This is from Chapter 8, Listing 8-2
*
* Uses multiple threads to search the files
* "*.c" in the current dire
www.eeworm.com/read/395229/2443984
readme
Linuxthreads - POSIX 1003.1c kernel threads for Linux
Copyright 1996, 1997 Xavier Leroy (Xavier.Leroy@inria.fr)
DESCRIPTION:
This is release 0.7 (late beta) of LinuxThreads, a BiCapi
www.eeworm.com/read/392773/2490847
h host.h
/*
* This file defines site configuration.
*/
/*
* _STLP_NO_THREADS: if defined, STLport don't use any
* multithreading support. Synonym is _NOTHREADS
*/
/*
#define _NOTHREADS
#define _STLP_NO_T
www.eeworm.com/read/382594/2632576
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/375190/2739173
qbk thread_safety.qbk
[section:threads Thread Safety]
The library is fully thread safe and re-entrant provided the function
and class templates in the library are instantiated with
built-in floating point types: i.e. the
www.eeworm.com/read/371135/2781704
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/363719/2913519
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