代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/175832/5341296
java tasksource.java
package de.spieleck.util;
/**
* A source of threads for the {@link ThreadPool}.
*
* @author fsn
* @version 0.0
*/
public interface TaskSource
{
/**
* Return the next thing t
www.eeworm.com/read/175832/5341301
java threadutil.java
package de.spieleck.util;
/**
* Very simple helpers for delaying Threads.
* @author fsn
*/
public class ThreadUtil
{
/**
* A sleep, that does not throw an exeception and
*
www.eeworm.com/read/333819/3382735
sgml thread_pools.sgml
Thread Pools
pools of threads to execute work concurrently.
Som
www.eeworm.com/read/312989/3647130
txt op34b0f814001b.txt
* Causes this thread to begin execution; the Java Virtual Machine
* calls the run method of this thread.
*
* The result is that two threads are running conc
www.eeworm.com/read/273759/4193434
sgml thread_pools.sgml
Thread Pools
pools of threads to execute work concurrently.
Som
www.eeworm.com/read/411977/2178842
sgml thread_pools.sgml
Thread Pools
pools of threads to execute work concurrently.
Som
www.eeworm.com/read/411419/2188476
h powerpc_sys5.h
/*
+ * QuickThreads -- Threads-building toolkit.
+ * Copyright (c) 1993 by David Keppel
+ *
+ * Permission to use, copy, modify and distribute this software and
+ * its documentation fo
www.eeworm.com/read/411419/2188502
h powerpc_mach.h
/*
+ * QuickThreads -- Threads-building toolkit.
+ * Copyright (c) 1993 by David Keppel
+ *
+ * Permission to use, copy, modify and distribute this software and
+ * its documentation fo
www.eeworm.com/read/383875/2610462
java multipletaskcompletionsynchronizer.java
package dim;
import dim.CompletionHandler;
/**
* Provides a mechanisme for multiple threads to synchronize task completions.
* A scheduling thread that launches several tasks that will be comp
www.eeworm.com/read/383065/2622535
c count1.c
/*
* count1.c
*
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E.