HomeSort by: relevance | last modified time | path
    Searched refs:Release (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
test 43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
50 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
test 43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
50 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/
time 30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
  /src/sys/external/bsd/compiler_rt/dist/test/timing/
time 30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/
check_cmake.sh 11 CC=clang CXX=clang++ cmake -G Ninja -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON $ROOT/../../../..
  /src/sys/external/isc/libsodium/dist/test/default/
wintest.bat 4 echo "Usage: wintest.bat <Release | ReleaseDLL | Debug | DebugDLL"
21 if "%1" == "Release" ( goto :Release )
29 :Release
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 131 if (context->submitted_synchronously) Release(thr, pc, submit_sync);
136 if (serial_task && serial_sync) Release(thr, pc, serial_sync);
137 if (!serial_task && concurrent_sync) Release(thr, pc, concurrent_sync);
178 Release(thr, pc, (uptr)new_context); \
190 Release(thr, pc, (uptr)&new_context); \
204 Release(thr, pc, (uptr)new_context); \
216 Release(thr, pc, (uptr)&new_context); \
224 // context, which is used to synchronize (we release the context before
244 Release(thr, pc, (uptr)new_context);
265 // predicate), so the interceptor is always called, and let's add proper release
    [all...]
tsan_interceptors_mac.cc 207 Release(thr, pc, (uptr)lock);
239 Release(thr, pc, (uptr)lock);
249 Release(thr, pc, (uptr)connection);
263 Release(thr, pc, (uptr)connection);
279 Release(thr, pc, (uptr)connection);
293 Release(thr, pc, (uptr)connection);
381 // Unfortunately, the interceptors cannot simply Acquire/Release some sync
436 // inside libc++.dylib, and the atomic release store inside it is thus
438 // function and performs an explicit Release after the user code has run.
tsan_interface.cc 134 Release(cur_thread(), CALLERPC, (uptr)addr);
tsan_fd.cc 179 Release(thr, pc, (uptr)s);
294 Release(thr, pc, (uptr)&fdctx.connectsync);
tsan_interface_java.cc 257 Release(thr, caller_pc, addr);
tsan_interceptors.cc 428 Release(thr, pc, (uptr)ctx);
469 Release(thr, pc, (uptr)ctx);
897 Release(thr, pc, (uptr)g);
1422 Release(thr, pc, (uptr)b);
1452 Release(thr, pc, (uptr)o);
1738 Release(thr, pc, File2addr(path));
1785 Release(thr, pc, Dir2addr(path));
2280 Release(((TsanInterceptorContext *) ctx)->thr, pc, u)
2463 Release(thr, pc, addr);
  /src/sys/arch/hpc/stand/
Makefile 79 -rm -rf compile/ARM*Debug compile/ARM*Release \
80 compile/SH*Debug compile/SH*Release \
90 file=`echo "compile/"$$a"Release/hpcboot.exe"`; \
  /src/sys/arch/epoc32/stand/e32boot/exe/
Makefile 34 EPOC32_LIBRARY_PATH=$(EPOC32_SDKDIR)/Release/MARM/Rel/
  /src/sys/arch/m68k/060sp/dist/
readme 8 # M68060 Software Package Production Release
78 ERRATA Known errata for this release
80 MISC Release file version numbers
ilsp.doc 8 # M68060 Software Package Production Release
53 Release file format:
56 release package. This is the ONLY format which will be supported.
73 Release file structure:
85 re-compiled with every new 68060ILSP release.
test.doc 8 # M68060 Software Package Production Release
44 Release file format:
46 The release files itest.sa and ftest.sa are essentially
64 Release file structure:
fplsp.doc 8 # M68060 Software Package Production Release
53 Release file format:
56 release package. This is the ONLY format which will be supported.
73 Release file structure:
85 re-compiled with every new 68060FPLSP release.
fpsp.doc 8 # M68060 Software Package Production Release
50 Release file format:
53 release package. This is the ONLY format which will be supported.
70 Release file structure:
isp.doc 8 # M68060 Software Package Production Release
58 Release file format:
61 release package. This is the ONLY format which will be supported.
78 Release file structure:
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/
build_symbolizer.sh 93 -DCMAKE_BUILD_TYPE=Release \
118 -DCMAKE_BUILD_TYPE=Release \
  /src/sys/dev/pci/bktr/
bktr2netbsd 116 echo Release: BKTR_YYYY_MM_DD
  /src/sys/arch/epoc32/stand/e32boot/ldd/
Makefile 32 EPOC32_LIBRARY_PATH=$(EPOC32_SDKDIR)/Release/MARM/Rel/
  /src/sys/external/isc/libsodium/dist/builds/
Makefile.am 19 msvc/properties/Release.props \
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
tsan_go.cc 242 Release(thr, 0, (uptr)addr);

Completed in 19 milliseconds

1 2 3