代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/128965/5977657
c cpuinfo.c
/****************************************************************************
*
* Ultra Long Period Timer
*
* =================================================================
www.eeworm.com/read/128531/5984270
c process.c
/*
* Architecture-specific setup.
*
* Copyright (C) 1998-2003 Hewlett-Packard Co
* David Mosberger-Tang
*/
#define __KERNEL_SYSCALLS__ /* see */
#include
www.eeworm.com/read/128531/5984816
c math.c
/* $Id: math.c,v 1.11 1999/12/20 05:02:25 davem Exp $
* arch/sparc64/math-emu/math.c
*
* Copyright (C) 1997,1999 Jakub Jelinek (jj@ultra.linux.cz)
* Copyright (C) 1999 David S. Miller (davem@redha
www.eeworm.com/read/128531/5985072
c ptrace32.c
/*
* linux/arch/ppc64/kernel/ptrace32.c
*
* PowerPC version
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
*
* Derived from "arch/m68k/kernel/ptrace.c"
* Copyright (C) 1994 by
www.eeworm.com/read/128531/5985136
c ptrace.c
/*
* linux/arch/ppc64/kernel/ptrace.c
*
* PowerPC version
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
*
* Derived from "arch/m68k/kernel/ptrace.c"
* Copyright (C) 1994 by Ha
www.eeworm.com/read/128531/5985570
c vm86.c
/*
* linux/kernel/vm86.c
*
* Copyright (C) 1994 Linus Torvalds
*
* 29 dec 2001 - Fixed oopses caused by unchecked access to the vm86
* stack - Manfred Spraul
www.eeworm.com/read/128531/5986260
c process.c
/*
* linux/arch/ppc/kernel/process.c
*
* Derived from "arch/i386/kernel/process.c"
* Copyright (C) 1995 Linus Torvalds
*
* Updated and modified by Cort Dougan (cort@cs.nmt.edu) and
* Pa
www.eeworm.com/read/128531/5988953
h uaccess.h
/*
* linux/include/asm-arm/proc-armo/segment.h
*
* Copyright (C) 1996 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gene
www.eeworm.com/read/127948/5993254
java testthread.java
package apibook.c2.s3;
public class TestThread {
public static void main(String[] args) {
Thread r=null;
for (int i=0;i
www.eeworm.com/read/127948/5993261
java testrunnable.java
package apibook.c2.s3;
public class TestRunnable {
public static void main(String[] args) {
Thread r=null;
for (int i=0;i