代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/116603/14963225
java counter5.java
//: c14:Counter5.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Adjusting the priorities of threads.
//
www.eeworm.com/read/116603/14963246
java counter2.java
//: c14:Counter2.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// A responsive user interface with threads.
//
www.eeworm.com/read/215170/15071767
vdk pipelinedaudiodriver.vdk
[Version]
VdkFileVersion=4.0
[System Data]
System.Name=System
System.Clock Frequency (MHz)=270
System.Tick Period (ms)=0.1
System.History Buffer Size=256
System.Maximum Running Threads=10
Syst
www.eeworm.com/read/113945/15120163
c web02.c
/* Doesn't work right. Main thread sucks up all the CPU time polling unless
we call thr_yield(). */
#include "unpthread.h"
#include /* Solaris threads */
#define MAXFILES 20
#define S
www.eeworm.com/read/480930/1309662
h smp.h
#ifndef __ASM_SMP_H
#define __ASM_SMP_H
/*
* We need the APIC definitions automatically as part of 'smp.h'
*/
#ifndef __ASSEMBLY__
#include
#include
#include
www.eeworm.com/read/472280/1411991
frag config.frag
#
# s390/Linux configuration (clone from i386/linux/config.frag by ROSSP)
#
if test x"$with_threads" = x"unix-pthreads" ; then
CPPFLAGS="$CPPFLAGS -D_REENTRANT"
fi
# if we use cross environment, fol
www.eeworm.com/read/250243/4435309
c summit.c
/*
* APIC driver for the IBM "Summit" chipset.
*/
#define APIC_DEFINITION 1
#include
#include
#include
#include
#include
www.eeworm.com/read/250243/4435655
h kern_util.h
/*
* Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#ifndef __KERN_UTIL_H__
#define __KERN_UTIL_H__
#include "linux/threads.h"
#include "sysdep/ptrace.h"
www.eeworm.com/read/248446/4470166
c timer.c
/*
** $Id: timer.c,v 1.42 2004/08/02 04:05:45 snig Exp $
**
** timer.c: The Timer module for MiniGUI-Threads.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 1999 ~ 2002 Wei Yongming