代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/395229/2448505
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/393286/2478519
c summit.c
/*
* APIC driver for the IBM "Summit" chipset.
*/
#define APIC_DEFINITION 1
#include
#include
#include
#include
#include
www.eeworm.com/read/393286/2478952
h kern_util.h
/*
* Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#ifndef __KERN_UTIL_H__
#define __KERN_UTIL_H__
#include "linux/threads.h"
#include "sysdep/ptrace.h"
www.eeworm.com/read/393024/2489950
hal example.hal
loadrt threads name1=thread period1=100000
loadrt classicladder_rt
addf classicladder.0.refresh thread
start
loadusr -w classicladder --nogui example.clp
source vcp.hal
loadusr classicladder
www.eeworm.com/read/376060/2715440
svn-base sources.cetc.svn-base
TARGETNAME=cetc
TARGETPATH=obj
TARGETTYPE=DRIVER
SOURCES=DBKDrvr.c DBKFunc.c rootkit.c processlist.c cetc.c memscan.c tdiwrapper.c kfiles.c threads.c
www.eeworm.com/read/372380/2774042
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/366702/2867794
c tpl-parallel-2.c
// { dg-do compile }
template
struct S
{
T n;
void test();
void work();
};
template
void S::test()
{
#pragma omp parallel num_threads(n) // { dg-error "must be int
www.eeworm.com/read/366702/2867811
c pr33372-2.c
// PR c++/33372
// { dg-do compile }
// { dg-options "-fopenmp" }
template
void f ()
{
T n = 6;
#pragma omp parallel num_threads(n)
;
#pragma omp parallel for schedule(static, n)
f
www.eeworm.com/read/362572/2929923
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/361261/2947671
cpp atmothread.cpp
/*
* AtmoThread.cpp: Base thread class for all threads inside AtmoWin
*
* See the README.txt file for copyright information and how to reach the author(s).
*
* $Id: cdf22a5dd512620b0dd683cbca1846