Searched refs:robust (Results 1 – 25 of 123) sorted by relevance
12345
/external/ltp/testcases/realtime/m4/ |
D | check.m4 | 20 AC_MSG_CHECKING([for pthread_mutexattr_*robust* APIs]) 30 …AC_DEFINE(HAS_PTHREAD_MUTEXTATTR_ROBUST_APIS,1,[Define to 1 if you have pthread_mutexattr_*robust*… 38 AC_MSG_CHECKING([for pthread_mutexattr_*robust* APIs]) 48 …AC_DEFINE(HAS_PTHREAD_MUTEXTATTR_ROBUST_APIS,1,[Define to 1 if you have pthread_mutexattr_*robust*…
|
/external/ltp/testcases/realtime/func/pi-tests/ |
D | testpi-6.c | 72 int retc, robust; in do_test() local 81 if (pthread_mutexattr_getrobust_np(&mutexattr, &robust) != 0) in do_test() 84 printf("robust in mutexattr is %d\n", robust); in do_test()
|
D | sbrk_mutex.c | 102 int m, ret, robust; in main() local 116 if (pthread_mutexattr_getrobust_np(&mutexattr, &robust) != 0) { in main() 119 printf("robust in mutexattr is %d\n", robust); in main()
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/ |
D | README | 7 rt-nptl tests include two parts, one is robust mutex tests, the other 35 rt-nptl supports 'robust' behavior, there will be two robust modes, 42 The tests with name robust*-sun are used to test the 43 PTHREAD_MUTEX_ROBUST_NP mode, other tests with name robust*-mode2 are 47 Using run.sh under <rtnptl-tests>/robust_test to run the robust mutex
|
/external/e2fsprogs/ |
D | README | 5 bugs and to make the utilities more robust. You can always find
|
/external/skia/site/dev/testing/ |
D | index.md | 10 We also have a robust set of performance tests, served by the nanobench tool and
|
/external/llvm/test/tools/llvm-objdump/ |
D | malformed-archives.test | 3 // make sure llvm-objdump is robust is what matters.
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | malformed-machos.test | 3 // make sure llvm-objdump is robust is what matters.
|
/external/llvm/test/CodeGen/AArch64/ |
D | local_vars.ll | 5 ; generated. This test is not robust in the face of an frame-handling
|
/external/icu/icu4c/packaging/rpm/ |
D | icu.spec | 24 ICU is a set of C and C++ libraries that provides robust and full-featured 53 ICU is a set of C and C++ libraries that provides robust and full-featured
|
/external/flatbuffers/docs/source/ |
D | Support.md | 14 feature set, and is likely most robust. Other languages are catching up
|
/external/valgrind/docs/internals/ |
D | tracking-fn-entry-exit.txt | 20 > complicated things to get it right, eg. unwinding the stack. How robust 28 mechanism to be quite robust. 177 current %esp value). As I said before, the shadow stack is used for robust
|
/external/protobuf/csharp/protos/ |
D | unittest_issues.proto | 96 // This allows for reasonably robust tests of JSON output
|
/external/dnsmasq/contrib/webmin/ |
D | README | 44 IOW, it works, it's just not very elegant and not very robust.
|
/external/dagger2/ |
D | CHANGELOG.md | 17 * Support a more robust set of types for map keys in map bindings (primitive types, etc.)
|
/external/llvm/test/CodeGen/Mips/ |
D | fp16-promote.ll | 60 ; This test is not robust against variations in instruction scheduling.
|
/external/llvm/docs/ |
D | MarkedUpDisassembly.rst | 21 The markup is simple enough in syntax to be robust even in the case of version
|
/external/clang/docs/ |
D | ExternalClangExamples.rst | 80 with a modern, non-intrusive and robust approach."
|
/external/wycheproof/doc/ |
D | index.md | 70 We should promote robust interfaces with the goal to simplify
|
/external/openssh/ |
D | README.tun | 127 Protocol (IPSec) for robust and permanent VPN connections and to
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_background.sgml | 75 support for more robust encryption algorithm (CCMP: AES in Counter
|
/external/libogg/ |
D | README | 40 compressed bitstream into a more robust, useful form. For example,
|
/external/google-breakpad/src/testing/ |
D | CMakeLists.txt | 154 # this binary. To get a more robust shared library coverage, configure with
|
/external/eigen/doc/ |
D | DenseDecompositionBenchmark.dox | 13 …s are relative to the LLT decomposition which is the fastest but also the least general and robust.
|
/external/liblzf/ |
D | Changes | 68 - make lzf more robust in presence of padding bytes or sudden eof.
|
12345