HomeSort by relevance Sort by last modified time
    Searched refs:robust (Results 1 - 17 of 17) sorted by null

  /external/ltp/testcases/realtime/func/pi-tests/
testpi-6.c 23 * This testcase verifies if a thread can lock the robust mutex multiple
72 int retc, robust; local
79 printf("Can't set robust mutex\n");
81 if (pthread_mutexattr_getrobust_np(&mutexattr, &robust) != 0)
84 printf("robust in mutexattr is %d\n", robust);
98 printf("Your system doesn't have robust pthread mutex support\n");
sbrk_mutex.c 102 int m, ret, robust; local
114 printf("Can't set mutexattr robust\n");
116 if (pthread_mutexattr_getrobust_np(&mutexattr, &robust) != 0) {
117 printf("Can't get mutexattr robust\n");
119 printf("robust in mutexattr is %d\n", robust);
158 ("Your system doesn't support the pthread robust mutexattr APIs\n");
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin_test.go 51 // |A?B| > max(|A|, |B|) / 2 should be a reasonably robust check.
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin_test.go 51 // |A?B| > max(|A|, |B|) / 2 should be a reasonably robust check.
  /external/icu/icu4c/packaging/rpm/
icu.spec 24 ICU is a set of C and C++ libraries that provides robust and full-featured
43 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/ltp/testcases/realtime/
00_Descriptions.txt 130 - Uses robust mutex lock (PTHREAD_MUTEX_ROBUST_NP) and uses test-skeleton for
  /external/iputils/doc/
docbook2man-spec.pl 32 Add new element handling and fix existing handling. Be robust.
  /external/iproute2/doc/
api-ip6-flowlabels.tex 126 before filling known fields is robust but stupid solution.
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
parser.go 582 // it here for more robust parsing and better error messages
640 // accept them all for more robust parsing and complain
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/testdata/
parser.go 582 // it here for more robust parsing and better error messages
640 // accept them all for more robust parsing and complain
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
fs_test.go 1094 t.Skip("TODO: update this test to be robust against various versions of strace on mips64. See golang.org/issue/33430")
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
fs_test.go 1094 t.Skip("TODO: update this test to be robust against various versions of strace on mips64. See golang.org/issue/33430")
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestIssues.cs     [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
doc.go 398 parsing these is significantly less work and more robust than parsing
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
doc.go 398 parsing these is significantly less work and more robust than parsing
    [all...]
  /prebuilts/go/darwin-x86/src/go/parser/
parser.go 755 // it here for more robust parsing and better error messages
    [all...]
  /prebuilts/go/linux-x86/src/go/parser/
parser.go 755 // it here for more robust parsing and better error messages
    [all...]

Completed in 419 milliseconds