代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/316872/3600196
h hardirq.h
#ifndef __ASM_HARDIRQ_H
#define __ASM_HARDIRQ_H
#include
#include
#include
typedef struct {
unsigned int __softirq_pending;
} ____cacheline_aligned irq
www.eeworm.com/read/292705/3945624
h sched.h
#ifndef _LINUX_SCHED_H
#define _LINUX_SCHED_H
#include /* for HZ */
extern unsigned long event;
#include
#include
#include
#includ
www.eeworm.com/read/292705/3946017
h wait.h
#ifndef _LINUX_WAIT_H
#define _LINUX_WAIT_H
#define WNOHANG 0x00000001
#define WUNTRACED 0x00000002
#define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */
#defin
www.eeworm.com/read/292705/3947208
h pgalloc.h
#ifndef _CRIS_PGALLOC_H
#define _CRIS_PGALLOC_H
#include
#include
extern struct pgtable_cache_struct {
unsigned long *pgd_cache;
unsigned long *pte_cac
www.eeworm.com/read/292144/3958605
c erl_async.c
/*
** Asyncronous
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "sys.h"
#include "erl_sys_driver.h"
#include "global.h"
#include "erl_threads.h"
typedef struct _erl_async {
struc
www.eeworm.com/read/288937/3998358
h sched.h
#ifndef _LINUX_SCHED_H
#define _LINUX_SCHED_H
#include /* for HZ */
extern unsigned long event;
#include
#include
#include
#includ
www.eeworm.com/read/288937/3998766
h wait.h
#ifndef _LINUX_WAIT_H
#define _LINUX_WAIT_H
#define WNOHANG 0x00000001
#define WUNTRACED 0x00000002
#define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */
#defin
www.eeworm.com/read/273665/4199975
exp getpwent_r.exp
#
# @(#) Test multiple threads can enumerate users correctly
#
load_lib util-defs.exp
load_lib "$srcdir/lib/nsswitch-config.exp"
# Compile getpwent_r.c
set output [target_compile "$srcdir/$subdir/g
www.eeworm.com/read/273170/4213033
3 cbroadcast.3
.TH cBroadcast 3 "12 July 2007" "ClearSilver" "util/ulocks.h"
.de Ss
.sp
.ft CW
.nf
..
.de Se
.fi
.ft P
.sp
..
.SH NAME
cBroadcast - broadcast signal to all waiting threads.
.SH SYNOPSIS
.Ss
#includ
www.eeworm.com/read/443386/1743920
c default.c
/*
* Default generic APIC driver. This handles upto 8 CPUs.
*/
#define APIC_DEFINITION 1
#include
#include
#include
#include
#inc