代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/113312/15464969
java pagevisitor.java
import java.util.*;
import java.io.*;
import java.net.*;
public class PageVisitor extends Thread {
private final static int MAX_THREADS = 4;
// The following CrowdController object is crit
www.eeworm.com/read/113031/15471946
readme
This is an early version of the ATM program that is pthreads draft 4
and ran on Digital UNIX 3.X.
It was used to generate the performance numbers for the book
Pthread Programming: Using POSIX Threads
www.eeworm.com/read/112766/15477195
c numbers.c
/*
* Numbers.c
*
* Sample code for "Multithreading Applications in Win32"
* This is from Chapter 2, Listing 2-1
*
* Starts five threads and gives visible feedback
* of these threads runn
www.eeworm.com/read/111501/15511506
cpp main.cpp
/*---------------------------------------------------------------
* Copyright (c) 1999,2000,2001,2002,2003
* The Board of Trustees of the University of Illinois
www.eeworm.com/read/110505/15532417
h scheduler.h
// scheduler.h
// Data structures for the thread dispatcher and scheduler.
// Primarily, the list of threads that are ready to run.
//
// Copyright (c) 1992-1993 The Regents of the University of Cali
www.eeworm.com/read/108875/15571498
h swmrg.h
/******************************************************************************
Module: SWMRG.h
Notices: Copyright (c) 2000 Jeffrey Richter
********************************************************
www.eeworm.com/read/108328/15588501
h swmrg.h
/******************************************************************************
Module: SWMRG.h
Notices: Copyright (c) 2000 Jeffrey Richter
********************************************************
www.eeworm.com/read/106368/15638627
c thread.c
//
// Copyright (c) 1999
//
// A C++ implementation of posix threads, using Linux clone system
// calls.
//
// The implementation is identical to the implementation found in
// the linuxthreads packag
www.eeworm.com/read/106368/15638663
todo
Remove the C like syntax in several methods, and make them more class
oriented.
Make a common allocator unit, that is distinct for each thread. To
ensure that there is no race condition between thr
www.eeworm.com/read/103426/15733068
java cpuscheduler.java
/*
*
* Copyright (c) 1997-1999 Scott Oaks and Henry Wong. All Rights Reserved.
*
* Permission to use, copy, modify, and distribute this software
* and its documentation for NON-COMMERCIAL purpose