代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/219803/14863158
h synch-sleep.h
// synch.h
// Data structures for synchronizing threads.
//
// Three kinds of synchronization are defined here: semaphores,
// locks, and condition variables. The implementation for
// sema
www.eeworm.com/read/219803/14863181
h synch-sem.h
// synch.h
// Data structures for synchronizing threads.
//
// Three kinds of synchronization are defined here: semaphores,
// locks, and condition variables. The implementation for
// sema
www.eeworm.com/read/219389/14882952
tex threads.tex
%
% threads.tex: description of threads interface for VideoLAN client
% (c)1999 VideoLAN
%
\section{A common thread interface}
This document describes how the different threads in the VideoLAN client
www.eeworm.com/read/217741/14952545
java cardlayoutapplet.java
/*
* cardLayoutApplet.java
*
* Created on 2007年5月4日, 上午8:27
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package testApplet;
www.eeworm.com/read/115972/14994371
txt src_threadrunable.txt
E:\rocljp\java2001\12\Thread\ThreadRunable\ThreadDemo.java
www.eeworm.com/read/115971/14994382
txt src_bounceexpress.txt
E:\rocljp\java2001\12\Thread\BounceExpress\Ball.java
E:\rocljp\java2001\12\Thread\BounceExpress\BounceExpress.java
E:\rocljp\java2001\12\Thread\BounceExpress\BounceExpressFrame.java
www.eeworm.com/read/215873/15035759
h oci1.h
/*
* $Header: oci1.h 02-dec-97.19:29:14 skabraha Exp $
*/
/* Copyright (c) Oracle Corporation 1997, 1998. All Rights Reserved. */
/* NOTE: See 'header_template.doc' in the 'doc' dve under
www.eeworm.com/read/214672/15092190
h nachos_syscall.h
/* syscalls.h
* Nachos system call interface. These are the enveloped Nachos kernel
* operations that can be invoked from user programs.
* Each NachOS system call is translated to an
www.eeworm.com/read/214672/15092228
cc scheduler.cc
// scheduler.cc
// Routines to choose the next thread to run, and to dispatch to
// that thread.
//
// These routines assume that interrupts are already disabled.
// If interrupts are disabled, we c