代码搜索:semantics
找到约 893 项符合「semantics」的源代码
代码结果 893
www.eeworm.com/read/269691/11083409
mk solaris.mk
include ../Make.defines.solaris
EXTRA=-D_POSIX_PTHREAD_SEMANTICS
EXTRALIBS=-lrt -lpthread
PROGS = atfork timeout suspend
all: detach.o getenv1.o getenv2.o getenv3.o ${PROGS}
detach.o: detach.c
tim
www.eeworm.com/read/267031/11196802
linux makefile.incl.linux
#################################################################
###
### Prodigy Makefile.incl for LINUX
###
### 1. values for some macros:
###
### PLATFORM: SUN,HP,IBM,COMPAQ,WIN
www.eeworm.com/read/267031/11196805
suncc makefile.incl.suncc
#################################################################
###
### Prodigy Makefile.incl for SUN
###
### 1. values for some macros:
###
### PLATFORM: SUN,HP,IBM,COMPAQ,WIN32
www.eeworm.com/read/335362/12534899
mk solaris.mk
include ../Make.defines.solaris
EXTRA=-D_POSIX_PTHREAD_SEMANTICS
EXTRALIBS=-lrt -lpthread
PROGS = atfork timeout suspend
all: detach.o getenv1.o getenv2.o getenv3.o ${PROGS}
detach.o: detach.c
tim
www.eeworm.com/read/149876/5695397
entries
/.gdbinit/1.1.1.1/Wed Feb 19 02:42:17 2003//
/BUGS/1.1.1.1/Wed Feb 19 02:42:17 2003//
/COPYING/1.1.1.1/Wed Feb 19 02:42:17 2003//
/COPYING.LIB/1.1.1.1/Wed Feb 19 02:42:17 2003//
/ChangeLog/1.1.1.1/Wed
www.eeworm.com/read/136989/5830457
idl test.idl
//
// Test.idl,v 1.2 2001/04/24 08:02:58 coryan Exp
//
module Test
{
typedef sequence Payload;
/// An interface to test the SYNC_NONE semantics
interface Blocking_Sync_None
www.eeworm.com/read/127739/6001220
readme
This is a collection of various little ASN.1 modules, used independently
by several different testing engines below the main tree (i.e. libasn1fix)
for stressing various aspects of compiler operation
www.eeworm.com/read/100926/6263702
todo
$ID$
Testing
=======
Test PACE libraries with and without PACE_HAS_POSIX_PTHREAD_SEMANTICS
defined. There are some functions (e.g., in time.h) that have been
changed because it looked like they
www.eeworm.com/read/124814/14536741
cmd build.cmd
tmshutdown -s pbserver
del *.obj
del pbserver.c
del pbserver.exe
proc USERID=scott/tiger sqlcheck=SEMANTICS ireclen=512 iname=pbserver.cpp include=%TUXDIR%\include
buildserver -o pbserver -
www.eeworm.com/read/168845/5434128
rst front_inserter.rst
.. Algorithms/Inserters//front_inserter
front_inserter
==============
Synopsis
--------
.. parsed-literal::
template<
typename Seq
>
struct front_inserte