代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/189379/5193048
java threadpool.java
package com.brackeen.javagamebook.util;
import java.util.LinkedList;
/**
A thread pool is a group of a limited number of threads that
are used to execute tasks.
*/
public class ThreadP
www.eeworm.com/read/182103/5266987
inl pthread.inl
/* rtems/posix/pthread.inl
*
* This include file contains the macro implementation of the private
* inlined routines for POSIX threads.
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications
www.eeworm.com/read/171576/5393940
java synchbanktest.java
/**
@version 1.20 1999-04-26
@author Cay Horstmann
*/
/**
This program shows how to avoid data corruption
when multiple threads access a data structure
*/
public class SynchBan
www.eeworm.com/read/167133/5469435
java gctest.java
/*
* GCTest.java
*
* Test that spawns a lot of threads, have each thread allocate various
* objects. Then the gc is invoked, and afterwards the objects are checked
* to make sure they didn't ge
www.eeworm.com/read/167133/5469485
java uncaughtexception.java
/**
* This test checks that we indeed invoke the UncaughtException method
* for dying threads and that we ignore exceptions in it.
*
* @author Godmar Back
*/
public class U
www.eeworm.com/read/349956/3136807
cpp threading.cpp
/*! \file Threading.cpp
\brief This file contains implementation classes and types used to abstract operating system specific threads control.
*/
/*
*
* website: http://www.coolsoft-sd
www.eeworm.com/read/349561/3143605
cpp threading.cpp
/*! \file Threading.cpp
\brief This file contains implementation classes and types used to abstract operating system specific threads control.
*/
/*
*
* website: http://www.coolsoft-sd
www.eeworm.com/read/349092/3147861
js jstack.js
/*
* This file defines 'jstack' function to print stack traces of
* threads.'jstack' function which can be called once or periodically
* from a timer thread (calling it periodically would slow dow
www.eeworm.com/read/340665/3282950
java inheritablethreadlocal.java
/* InheritableThreadLocal -- a ThreadLocal which inherits values across threads
Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is
www.eeworm.com/read/340511/3285090
java threadpool.java
package com.brackeen.javagamebook.util;
import java.util.LinkedList;
/**
A thread pool is a group of a limited number of threads that
are used to execute tasks.
*/
public class ThreadP