代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/316872/3598867
h kernel_stat.h
#ifndef _LINUX_KERNEL_STAT_H
#define _LINUX_KERNEL_STAT_H
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/316872/3599746
h hardirq.h
#ifndef __M68K_HARDIRQ_H
#define __M68K_HARDIRQ_H
#include
#include
#include
typedef struct {
unsigned int __softirq_pending;
} ____cacheline_aligned i
www.eeworm.com/read/316872/3601823
h pgalloc.h
#ifndef _ASM_PGALLOC_H
#define _ASM_PGALLOC_H
#include
#include
#include
#include
#include
#include
/* Al
www.eeworm.com/read/305065/3780886
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/304657/3794124
am makefile.am
# Makefile.frag for kaffevm l4threads
#
noinst_LTLIBRARIES = libkthread.la
libkthread_la_LDFLAGS = $(KVMLIBFLAGS)
libkthread_la_SOURCES = l4thread.c signal.c syscalls.c
EXTRA_DIST = Makefile.frag jsi
www.eeworm.com/read/294954/3913424
jdproperties .jdproperties
#jd startup properties (you may erase this file if you wish)
#Sun Dec 07 07:12:45 GMT+00:00 1997
Frame.width=1152
Locals.visible=true
Callers.visible=true
Threads.visible=true
Source.visible=true
Fr
www.eeworm.com/read/292705/3948364
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/292685/3950441
c ngx_pthread_thread.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
static ngx_uint_t nthreads;
static ngx_uint_t max_threads;
static pthread_attr_t thr_attr;
ngx_err_t
ngx
www.eeworm.com/read/281683/4113268
c poll.c
#include "constants.h"
#include "poll.h"
#include "sensors.h"
#include "threads.h"
#define SENSOR_POS 0
#define BUTTON_POS 4
#define SERIAL_RECEIVED_POS 9
Poll *poller;
short old_sensor_values[N_
www.eeworm.com/read/281683/4113313
c sensors.c
#include "platform_config.h"
#include "types.h"
#include "stack.h"
#include "threads.h"
#include "classes.h"
#include "language.h"
#include "sensors.h"
#include "poll.h"
#include "at91sam7s256.h"
#in