代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/366702/2883464
c pr32468-1.c
/* PR libgomp/32468 */
/* { dg-do compile } */
/* { dg-options "-O2 -fopenmp -fdump-tree-ompexp" } */
extern int printf (const char *, ...);
extern int omp_get_thread_num (void), omp_get_num_threads
www.eeworm.com/read/366702/2883537
c for-18.c
/* { dg-do compile } */
/* { dg-options "-O -fopenmp -fdump-tree-ompexp" } */
void
foo (int *a, int i)
{
int j, k = 1, l = 30, m = 4;
#pragma omp parallel for num_threads (3 * i) schedule (dynamic,
www.eeworm.com/read/357083/3030146
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/357083/3030538
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/357083/3030954
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/262041/4316524
h sched.h
#ifndef _LINUX_SCHED_H
#define _LINUX_SCHED_H
#include /* for HZ */
#include
#include
#include
#include
www.eeworm.com/read/152843/5659499
c default.c
/*
* Default generic APIC driver. This handles upto 8 CPUs.
*/
#define APIC_DEFINITION 1
#include
#include
#include
#include
#inc
www.eeworm.com/read/152843/5659502
c es7000.c
/*
* APIC driver for the Unisys ES7000 chipset.
*/
#define APIC_DEFINITION 1
#include
#include
#include
#include
#include
www.eeworm.com/read/267858/11160169
c workcrew.c
#include
#include
#include "control.h"
#include "queue.h"
#include "dbug.h"
/* the work_queue holds tasks for the various threads to complete. */
struct work_queue {
data_cont
www.eeworm.com/read/109477/15556872
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