代码搜索:Threads

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

代码结果 7,387
www.eeworm.com/read/480930/1310814

h hardirq.h

#ifndef __ASM_SH_HARDIRQ_H #define __ASM_SH_HARDIRQ_H #include #include /* entry.S is sensitive to the offsets of these fields */ typedef struct { unsigned int __
www.eeworm.com/read/457704/1595239

m4 acx_pthread.m4

dnl @synopsis ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) dnl dnl This macro figures out how to build C programs using POSIX dnl threads. It sets the PTHREAD_LIBS output variable to the thr
www.eeworm.com/read/457055/1600492

java client.java

import java.net.*; import java.io.*; public class Client { static final int PORT = 8080; static final int MAX_THREADS = 40; public static void main(String[] args) throws IOException, I
www.eeworm.com/read/457055/1600497

java client.java

package client; import java.net.*; import java.io.*; public class Client { static final int PORT = 8080; static final int MAX_THREADS = 40; public static void main(String[] args) throws
www.eeworm.com/read/251805/4415761

3 sdl_condbroadcast.3

.TH "SDL_CondBroadcast" "3" "Tue 11 Sep 2001, 23:00" "SDL" "SDL API Reference" .SH "NAME" SDL_CondBroadcast\- Restart all threads waiting on a condition variable .SH "SYNOPSIS" .PP \fB#include "
www.eeworm.com/read/247605/4478820

h nsitimer.h

/* * DO NOT EDIT. THIS FILE IS GENERATED FROM d:/mozilla/xpcom/threads/nsITimer.idl */ #ifndef __gen_nsITimer_h__ #define __gen_nsITimer_h__ #ifndef __gen_nsISupports_h__ #include "nsISupports.h
www.eeworm.com/read/245254/4505596

cpp ecosthreads.cpp

#include "os_ecos.h" #include namespace RTT { namespace OS { const int LowestPriority = ORONUM_OS_RTOS_LOWEST_PRIORITY; const int HighestPriority = ORONUM_OS_RTOS_HIGHEST
www.eeworm.com/read/242657/4549751

mpb tmcast.mpb

// -*- MPC -*- // $Id: tmcast.mpb 69659 2005-11-26 03:13:13Z ossama $ project: acelib, exceptions, threads { avoids += ace_for_tao after += TMCast libs += ACE_TMCast includes += $(AC
www.eeworm.com/read/209559/4969323

h kthread.h

#ifndef _LINUX_KTHREAD_H #define _LINUX_KTHREAD_H /* Simple interface for creating and stopping kernel threads without mess. */ #include #include /** * kthread_create:
www.eeworm.com/read/204713/5030125

java gctest2.java

package gctest; import joprt.RtThread; import com.jopdesign.sys.GC; // GcTest2 // The test is supposed to test if GC takes place after several // threads has passes ONE reference down the line. Th