代码搜索:multi-thread
找到约 195 项符合「multi-thread」的源代码
代码结果 195
www.eeworm.com/read/229812/4741692
makefile
#pmake: build flat cpu_386 os_os2
#
# iostmt3s.lib -- stack based multi-thread 32-bit IOSTREAM library
#
processor = 386
system = os2
model = mf
convention = stack
linkage = stati
www.eeworm.com/read/229812/4742052
makefile
#pmake: build debug flat cpu_386 os_os2
#
# contmt3r.lib -- register based multi-thread 32-bit CONTAINER library
#
processor = 386
system = os2
model = mf
convention = register
linka
www.eeworm.com/read/229812/4742054
makefile
#pmake: build flat cpu_386 os_os2 dynamic
#
# contmt3s.lib -- stack based multi-thread 32-bit CONTAINER library
#
processor = 386
system = os2
model = mf
convention = stack
linkage
www.eeworm.com/read/229812/4742055
makefile
#pmake: build flat cpu_386 os_os2 dynamic
#
# contmt3r.lib -- register based multi-thread 32-bit CONTAINER library
#
processor = 386
system = os2
model = mf
convention = register
lin
www.eeworm.com/read/229812/4742056
makefile
#pmake: build flat cpu_386 os_os2 dynamic debug
#
# contmt3r.lib -- register based multi-thread 32-bit CONTAINER library
#
processor = 386
system = os2
model = mf
convention = registe
www.eeworm.com/read/229812/4742058
makefile
#pmake: build flat cpu_386 os_os2
#
# contmt3s.lib -- stack based multi-thread 32-bit CONTAINER library
#
processor = 386
system = os2
model = mf
convention = stack
linkage = stat
www.eeworm.com/read/271701/4225313
c t-test1.c
/*
* $Id: t-test1.c,v 1.2 2004/11/04 14:58:45 wg Exp $
* by Wolfram Gloger 1996-1999, 2001, 2004
* A multi-thread test for malloc performance, maintaining one pool of
* allocated bins per thread.
www.eeworm.com/read/402480/2321725
c t-test1.c
/*
* $Id: t-test1.c,v 1.2 2004/11/04 14:58:45 wg Exp $
* by Wolfram Gloger 1996-1999, 2001, 2004
* A multi-thread test for malloc performance, maintaining one pool of
* allocated bins per thread.
www.eeworm.com/read/188503/8534433
1 mpeg2enc.1
.TH "mpeg2enc" "1" "25 Aug 2002" "MJPEG Tools Team" "MJPEG tools manual"
.SH "NAME"
mpeg2enc \- MPEG-1/2 encoder
.SH "SYNOPSIS"
.B mpeg2enc
.RB [ -v | --verbose
.IR num ]
.RB [ -M | --multi-thread
.
www.eeworm.com/read/186081/8960776
makefile
############# by W.ch
## Multi-Thread
FILENAME=DEMO
EXENAME=DEMO
CPP=cl.exe
RSC=rc.exe
OUTDIR=.
INTDIR=.
ALL : $(OUTDIR)/$(EXENAME).EXE
CPP_PROJ=/nologo /MT /W3 /GX- /O2 /D "WIN32" /D "NDEBUG