代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/204643/5032042
m4 config5.m4
dnl ## XXX - Need a more thorough check of the proper flags to use
if test "$MPM_NAME" = "beos" ; then
apache_apr_flags="--enable-threads"
APACHE_FAST_OUTPUT(server/mpm/$MPM_NAME/Makefile)
f
www.eeworm.com/read/195013/5121828
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/189320/5198235
am makefile.am
## Process this file with automake to create Makefile.in
ACE_BUILDDIR = $(top_builddir)
ACE_ROOT = $(top_srcdir)
## Makefile.Member.am
if BUILD_EXCEPTIONS
if BUILD_THREADS
noinst_PROGRAMS = memb
www.eeworm.com/read/189320/5200319
mpb tmcast.mpb
// -*- MPC -*-
// tmcast.mpb,v 1.8 2005/11/26 03:13:13 ossama Exp
project: acelib, exceptions, threads {
avoids += ace_for_tao
after += TMCast
libs += ACE_TMCast
includes += $(ACE_RO
www.eeworm.com/read/189320/5200366
mpb rmcast.mpb
// -*- MPC -*-
// rmcast.mpb,v 1.8 2005/11/30 17:36:10 isisbuilds Exp
project : acelib, threads {
avoids += ace_for_tao
after += RMCast
libs += ACE_RMCast
includes += $(ACE_ROOT)/pro
www.eeworm.com/read/189320/5201325
mpc tmcast.mpc
// -*- MPC -*-
// TMCast.mpc,v 1.9 2005/11/07 03:03:02 bala Exp
project : acelib, core, exceptions, threads {
avoids = ace_for_tao
sharedname = ACE_TMCast
dynamicflags += TMCAST_BUILD_DLL
www.eeworm.com/read/184888/5244550
makefile
# osp module makefile
# WARNING: do not run this directly, it should be run by the master Makefile
include ../../Makefile.defs
auto_gen=
NAME=osp.so
DEFS+=-D_POSIX_THREADS
LIBS=$(shell if [ -f /us
www.eeworm.com/read/180227/5287884
c rt-handler.c
/* vim: set ts=4: */
/*
* Copywrite 2002 Der Herr Hofrat
* License GPL V2
* Author der.herr@hofr.at
*/
/*
* example of using rtfifos to communicate between rt-threads
*/
#include
#includ
www.eeworm.com/read/179911/5299477
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/179906/5301299
java serialnumberchecker.java
//: c13:SerialNumberChecker.java
// Operations that may seem safe are not,
// when threads are present.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyrigh