代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/264095/4294008
c smp.c
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/262041/4316947
h kernel_stat.h
#ifndef _LINUX_KERNEL_STAT_H
#define _LINUX_KERNEL_STAT_H
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/152843/5658410
c ppc_ksyms.c
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/152843/5660718
c ppc_ksyms.c
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/334162/12627790
am makefile.am
SUBDIRS = fftw rfftw tests doc threads mpi
EXTRA_DIST = README.hacks bootstrap.sh COPYRIGHT acx_pthread.m4 acx_mpi.m4
extradist = fortran gensrc matlab cilk FAQ
distsrc=$(distdir)/fftw
# for some re
www.eeworm.com/read/134379/13994440
h kernel_stat.h
#ifndef _LINUX_KERNEL_STAT_H
#define _LINUX_KERNEL_STAT_H
#include
#include
#include
#include
/*
* 'kernel_stat.h' contains the definiti
www.eeworm.com/read/109477/15556770
h kernel_stat.h
#ifndef _LINUX_KERNEL_STAT_H
#define _LINUX_KERNEL_STAT_H
#include
#include
#include
#include
/*
* 'kernel_stat.h' contains the definiti
www.eeworm.com/read/287415/8686973
c hello_multi.c
/* hello_multi.c - a multi-threaded hello world program */
#include
#include
#define NUM 5
main()
{
pthread_t t1, t2; /* two threads */
void *print_msg(void *);
pthrea
www.eeworm.com/read/380481/9145597
c hello_multi.c
/* hello_multi.c - a multi-threaded hello world program */
#include
#include
#define NUM 5
main()
{
pthread_t t1, t2; /* two threads */
void *print_msg(void *);
pthrea
www.eeworm.com/read/181916/9227349
hpux-cc
#
# $Id: hpux-cc,v 1.3 2004/03/01 18:40:21 phil Exp $
#
# qmake configuration for hpux-cc
#
# We define _POSIX_C_SOURCE to 199506L when using threads, therefore
# we also need to redefine _HPUX_SOURCE