代码搜索:Threads

找到约 7,387 项符合「Threads」的源代码

代码结果 7,387
www.eeworm.com/read/357083/3031126

h hardirq.h

#ifndef __M68K_HARDIRQ_H #define __M68K_HARDIRQ_H #include #include /* entry.S is sensitive to the offsets of these fields */ typedef struct { unsigned int __softi
www.eeworm.com/read/252364/4409359

java simpledaemons.java

//: c13:SimpleDaemons.java // Daemon threads don't prevent the program from ending. // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight
www.eeworm.com/read/152843/5659500

c probe.c

/* Copyright 2003 Andi Kleen, SuSE Labs. * Subject to the GNU Public License, v.2 * * Generic x86 APIC driver probe layer. */ #include #include #include
www.eeworm.com/read/132665/14081264

h libxml_wrap.h

#include #include #include #include #include #include #include #include
www.eeworm.com/read/109695/15552136

next todo.next

# # $Id: TODO.NeXT,v 1.3 1998/03/26 02:51:42 paulus Exp $ # * Check persist option * Fix installer to recognize other installation. * Add threads to LKS. * NUM_PPP in pppd/pppd.h and Makefile are
www.eeworm.com/read/100019/15887956

c dining.c

#define __THREADS_MAIN #include #include "philosopher.h" #include "dining.h" dining::dining(int p_no) { p_fork = new mutex[p_no]; for( philosophers=0;philosophers
www.eeworm.com/read/283381/9025769

c workcrew.c

#include #include #include "control.h" #include "queue.h" #include "dbug.h" /* the work_queue holds tasks for the various threads to complete. */ struct work_queue { data_cont
www.eeworm.com/read/282090/9120132

h qbsp.h

#include "cmdlib.h" #include "mathlib.h" #include "scriplib.h" #include "polylib.h" #include "imagelib.h" #include "threads.h" #include "bspfile.h" #include "shaders.h" #include "mesh.h"
www.eeworm.com/read/282090/9120185

h light.h

#include "cmdlib.h" #include "mathlib.h" #include "bspfile.h" #include "polylib.h" #include "imagelib.h" #include "threads.h" #include "scriplib.h" #include "shaders.h" #include "mesh.h"
www.eeworm.com/read/170516/9802100

c workcrew.c

#include #include #include "control.h" #include "queue.h" #include "dbug.h" /* the work_queue holds tasks for the various threads to complete. */ struct work_queue { data_cont