代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/283560/9006948
m4 acx_pthread.m4
dnl @synopsis ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
dnl
dnl This macro figures out how to build C programs using POSIX
dnl threads. It sets the PTHREAD_LIBS output variable to the thr
www.eeworm.com/read/281892/9127651
bat build_ap.bat
easmblkfn -proc ADSP-BF561 -stallcheck=none -o tx_ill.doj tx_ill.asm
ccblkfn -proc ADSP-BF561 -threads -c -g -o demo.doj demo.c
ccblkfn -proc ADSP-BF561 -threads -c -g -o tx_adsp.doj tx_adsp.c
link
www.eeworm.com/read/378952/9211974
mmmd_mon
#!/usr/bin/env perl
# Use mandatory external modules
use strict;
use Cwd;
use File::Basename;
use Data::Dumper;
use POSIX;
use Config;
use Getopt::Long;
use threads;
use threads::shared;
use Thread::
www.eeworm.com/read/378952/9211976
mmm_control
#!/usr/bin/env perl
# Use mandatory external modules
use strict;
use Cwd;
use File::Basename;
use Data::Dumper;
use POSIX;
use Config;
use Getopt::Long;
use threads;
use threads::shared;
use Thread::
www.eeworm.com/read/182121/9216312
m4 acx_pthread.m4
AC_DEFUN([ACX_PTHREAD], [
AC_REQUIRE([AC_CANONICAL_HOST])
AC_LANG_SAVE
AC_LANG_C
acx_pthread_ok=no
# We used to check for pthread.h first, but this fails if pthread.h
# requires special compiler flag
www.eeworm.com/read/378188/9242292
all x.all
#!/bin/sh
#
# Execute script for program mod1f of the EuroBen OpenMP Benchmark.
#
if [ ${OMP_NUM_THREADS} -lt 10 ]; then
FILEXT="p0${OMP_NUM_THREADS}"
else
FILEXT="p${OMP_NUM_THREADS}"
fi
ex
www.eeworm.com/read/378188/9242315
all x.all
#!/bin/sh
#
# Execute script for program mod2f of the EuroBen OpenMP Benchmark.
#
if [ ${OMP_NUM_THREADS} -lt 10 ]; then
FILEXT="p0${OMP_NUM_THREADS}"
else
FILEXT="p${OMP_NUM_THREADS}"
fi
ex
www.eeworm.com/read/378188/9242364
all x.all
#!/bin/sh
#
# Execute script for program mod2b of the EuroBen OpenMP Benchmark.
#
if [ ${OMP_NUM_THREADS} -lt 10 ]; then
FILEXT="p0${OMP_NUM_THREADS}"
else
FILEXT="p${OMP_NUM_THREADS}"
fi
ex
www.eeworm.com/read/378188/9242412
all x.all
#!/bin/sh
#
# Execute script for program mod2cr of the EuroBen OpenMP Benchmark.
#
if [ ${OMP_NUM_THREADS} -lt 10 ]; then
FILEXT="p0${OMP_NUM_THREADS}"
else
FILEXT="p${OMP_NUM_THREADS}"
fi
e
www.eeworm.com/read/378188/9242501
all x.all
#!/bin/sh
#
# Execute script for program mod1b of the EuroBen OpenMP Benchmark.
#
if [ ${OMP_NUM_THREADS} -lt 10 ]; then
FILEXT="p0${OMP_NUM_THREADS}"
else
FILEXT="p${OMP_NUM_THREADS}"
fi
ex