代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/321465/3536185
in apr_private.h.in
/* include/arch/unix/apr_private.h.in. Generated from configure.in by autoheader. */
#ifndef APR_PRIVATE_H
#define APR_PRIVATE_H
/* Various #defines we need to know about */
#undef USE_THREADS
#un
www.eeworm.com/read/316872/3597235
h smp_32.h
#ifndef __ASM_SMP_H
#define __ASM_SMP_H
/*
* We need the APIC definitions automatically as part of 'smp.h'
*/
#ifndef __ASSEMBLY__
#include
#include
#include
www.eeworm.com/read/316872/3599134
h kthread.h
#ifndef _LINUX_KTHREAD_H
#define _LINUX_KTHREAD_H
/* Simple interface for creating and stopping kernel threads without mess. */
#include
#include
struct task_struct *kth
www.eeworm.com/read/316872/3599321
h hardirq.h
#ifndef __ASM_SH64_HARDIRQ_H
#define __ASM_SH64_HARDIRQ_H
#include
#include
/* entry.S is sensitive to the offsets of these fields */
typedef struct {
unsigned int _
www.eeworm.com/read/304657/3786934
frag config.frag
#
# s390/Linux configuration (clone from i386/linux/config.frag by ROSSP)
#
if test x"$with_threads" = x"unix-pthreads" ; then
CPPFLAGS="$CPPFLAGS -D_REENTRANT"
fi
# if we use cross environment, fol
www.eeworm.com/read/292758/3939825
properties localstrings_es.properties
threadpool.busy=Todos los hilos ({0}) est醤 ahora ocupados, esperando. Incremente maxThreads ({1}) o revise el estado del servlet
threadpool.max_threads_too_low=valor de maxThreads ({0}) demasiado baj
www.eeworm.com/read/292705/3947103
h smp.h
#ifndef __ASM_SMP_H
#define __ASM_SMP_H
/*
* We need the APIC definitions automatically as part of 'smp.h'
*/
#ifndef __ASSEMBLY__
#include
#include
#include
www.eeworm.com/read/290808/3970809
c web02.c
/* Doesn't work right. Main thread sucks up all the CPU time polling unless
we call thr_yield(). */
#include "unpthread.h"
#include /* Solaris threads */
#define MAXFILES 20
#define S
www.eeworm.com/read/281683/4113248
c exceptions.c
#include "types.h"
#include "trace.h"
#include "threads.h"
#include "constants.h"
#include "specialsignatures.h"
#include "specialclasses.h"
#include "exceptions.h"
#include "classes.h"
#include "l
www.eeworm.com/read/281683/4113269
c memory.c
#include "types.h"
#include "trace.h"
#include "constants.h"
#include "specialsignatures.h"
#include "specialclasses.h"
#include "memory.h"
#include "threads.h"
#include "classes.h"
#include "languag