代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/366702/2877275
f90 a.24.1.f90
! { dg-do compile }
! { dg-require-effective-target tls_native }
SUBROUTINE A24(A)
INTEGER A
INTEGER X, Y, Z(1000)
INTEGER OMP_GET_NUM_THREADS
COMMON/BLOCKX/X
COMM
www.eeworm.com/read/358714/2983270
c th-lock.c
/* crypto/threads/th-lock.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com
www.eeworm.com/read/358128/3001189
pm semaphore.pm
package Thread::Semaphore;
use threads::shared;
our $VERSION = '2.01';
=head1 NAME
Thread::Semaphore - thread-safe semaphores
=head1 SYNOPSIS
use Thread::Semaphore;
my $s = new Thread::S
www.eeworm.com/read/357083/3030974
h hardirq.h
#ifndef __ASM_HARDIRQ_H
#define __ASM_HARDIRQ_H
/* only non-SMP supported */
#include
/* entry.S is sensitive to the offsets of these fields */
typedef struct {
unsigned int __so
www.eeworm.com/read/357083/3031801
h hardirq.h
#ifndef _ALPHA_HARDIRQ_H
#define _ALPHA_HARDIRQ_H
#include
#include
/* entry.S is sensitive to the offsets of these fields */
typedef struct {
unsigned long __sof
www.eeworm.com/read/355697/3048831
c th-lock.c
/* crypto/threads/th-lock.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com
www.eeworm.com/read/260597/4331582
c fastcopy.c
/* fastcopy - use multiple threads to whack data from one file to another
*/
#define INCL_DOSPROCESS
#define INCL_DOSSEMAPHORES
#if defined (OS2)
#include
#endif
#include
www.eeworm.com/read/254811/4380521
c fastcopy.c
/* fastcopy - use multiple threads to whack data from one file to another
*/
#define INCL_DOSPROCESS
#define INCL_DOSSEMAPHORES
#if defined (OS2)
#include
#endif
#include
www.eeworm.com/read/252403/4405275
glacier2 config.glacier2
#
# Set the instance name
#
Glacier2.InstanceName=DemoGlacier2
#
# We must set the stack size of new threads created by Glacier2. The
# default on Linux is typically in the 10MB range, which is way t
www.eeworm.com/read/147311/12567636
html listthreads.html
Listing All Running Threads
(Java Developers Almanac Example)