代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/110972/6162931
c slice.c
#include "../mpeg3private.h"
#include "mpeg3video.h"
#include "mpeg3videoprotos.h"
#include "slice.h"
#ifndef SDL_THREADS
#include
#else
#include "SDL.h"
#include "SDL_thread.h"
www.eeworm.com/read/100926/6264291
cpp rt_corba_workers.cpp
// RT_CORBA_Workers.cpp,v 1.6 2002/03/06 21:48:03 nanbor Exp
#include "RT_CORBA_Workers.h"
#if defined (ACE_HAS_THREADS)
#include "ace/Get_Opt.h"
#include "ace/High_Res_Timer.h"
#include "ace
www.eeworm.com/read/122139/14718831
makefile
BASEDIR=..
include ../larbin.make
UTILSOBJ=string.o threads.o debug.o url.o connexion.o text.o Site.o webserver.o
all: $(UTILSOBJ)
crash: CPPFLAGS += -DCRASH
crash: clean all
dep:
makedepend -I$
www.eeworm.com/read/14545/390059
h mpeg3video.h
#ifndef MPEGVIDEO_H
#define MPEGVIDEO_H
#ifdef _WIN32
#define SDL_THREADS
#endif
#ifdef _WIN32
#include "systems.h"
#endif
#include "../bitstream.h"
#include "../mpeg3private.inc"
#include "idct.h"
www.eeworm.com/read/14735/406432
c slice.c
#include "../mpeg3private.h"
#include "mpeg3video.h"
#include "mpeg3videoprotos.h"
#include "slice.h"
#ifndef SDL_THREADS
#include
#else
#include "SDL.h"
#include "SDL_thread.h"
www.eeworm.com/read/480930/1310923
h pgalloc.h
/*
* BK Id: SCCS/s.pgalloc.h 1.9 05/17/01 18:14:25 cort
*/
#ifdef __KERNEL__
#ifndef _PPC_PGALLOC_H
#define _PPC_PGALLOC_H
#include
#include
#include
www.eeworm.com/read/475853/1380811
prop vde.prop
vde.server.threads=5
vde.schemacheck=1
vde.aclcheck=1
vde.logfile=log/EmbeddedLDAP.log
vde.logrotate.hour=0
vde.logrotate.minute=10
vde.logrotate.maxlogs=7
vde.accesslogfile=log/EmbeddedLDAPAcc
www.eeworm.com/read/472280/1412623
am makefile.am
# Makefile.frag for kaffevm l4threads
#
AM_CFLAGS= $(KAFFE_CFLAGS)
noinst_LTLIBRARIES = libkthread.la
libkthread_la_LDFLAGS = $(KVMLIBFLAGS)
libkthread_la_SOURCES = \
l4thread.c \
l4thread.h \
si
www.eeworm.com/read/251805/4417432
c slice.c
#include "../mpeg3private.h"
#include "mpeg3video.h"
#include "mpeg3videoprotos.h"
#include "slice.h"
#ifndef SDL_THREADS
#include
#else
#include "SDL.h"
#include "SDL_thread.h"
www.eeworm.com/read/242657/4547540
cpp message_queue.cpp
// $Id: Message_Queue.cpp 72205 2006-04-20 10:20:34Z jwillemsen $
#include "ace/config-lite.h"
#if defined (ACE_HAS_THREADS)
#include "ace/SOCK_Acceptor.h"
#include "ace/Acceptor.h"
#include "Messag