HomeSort by relevance Sort by last modified time
    Searched refs:select (Results 151 - 175 of 2212) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
17-2.c 9 Test assertion #17 by verifying that select returns -1 with
20 #include <sys/select.h>
53 if (select(0, NULL, NULL, NULL, &tv) == -1 &&
55 perror("select");
68 child process being inside the 'select' function
80 select(0, NULL, NULL, NULL, &tv);
17-20.c 9 Test assertion #17 by verifying that select returns -1 with
20 #include <sys/select.h>
53 if (select(0, NULL, NULL, NULL, &tv) == -1 &&
55 perror("select");
68 child process being inside the 'select' function
80 select(0, NULL, NULL, NULL, &tv);
17-21.c 9 Test assertion #17 by verifying that select returns -1 with
20 #include <sys/select.h>
53 if (select(0, NULL, NULL, NULL, &tv) == -1 &&
55 perror("select");
68 child process being inside the 'select' function
80 select(0, NULL, NULL, NULL, &tv);
17-22.c 9 Test assertion #17 by verifying that select returns -1 with
20 #include <sys/select.h>
53 if (select(0, NULL, NULL, NULL, &tv) == -1 &&
55 perror("select");
68 child process being inside the 'select' function
80 select(0, NULL, NULL, NULL, &tv);
17-23.c 9 Test assertion #17 by verifying that select returns -1 with
20 #include <sys/select.h>
53 if (select(0, NULL, NULL, NULL, &tv) == -1 &&
55 perror("select");
68 child process being inside the 'select' function
80 select(0, NULL, NULL, NULL, &tv);
17-24.c 9 Test assertion #17 by verifying that select returns -1 with
20 #include <sys/select.h>
53 if (select(0, NULL, NULL, NULL, &tv) == -1 &&
55 perror("select");
68 child process being inside the 'select' function
80 select(0, NULL, NULL, NULL, &tv);
17-25.c 9 Test assertion #17 by verifying that select returns -1 with
20 #include <sys/select.h>
53 if (select(0, NULL, NULL, NULL, &tv) == -1 &&
55 perror("select");
68 child process being inside the 'select' function
80 select(0, NULL, NULL, NULL, &tv);
17-26.c 9 Test assertion #17 by verifying that select returns -1 with
20 #include <sys/select.h>
53 if (select(0, NULL, NULL, NULL, &tv) == -1 &&
55 perror("select");
68 child process being inside the 'select' function
80 select(0, NULL, NULL, NULL, &tv);
17-3.c 9 Test assertion #17 by verifying that select returns -1 with
20 #include <sys/select.h>
53 if (select(0, NULL, NULL, NULL, &tv) == -1 &&
55 perror("select");
68 child process being inside the 'select' function
80 select(0, NULL, NULL, NULL, &tv);
17-4.c 9 Test assertion #17 by verifying that select returns -1 with
20 #include <sys/select.h>
53 if (select(0, NULL, NULL, NULL, &tv) == -1 &&
55 perror("select");
68 child process being inside the 'select' function
80 select(0, NULL, NULL, NULL, &tv);
17-5.c 9 Test assertion #17 by verifying that select returns -1 with
20 #include <sys/select.h>
53 if (select(0, NULL, NULL, NULL, &tv) == -1 &&
55 perror("select");
68 child process being inside the 'select' function
80 select(0, NULL, NULL, NULL, &tv);
17-6.c 9 Test assertion #17 by verifying that select returns -1 with
20 #include <sys/select.h>
53 if (select(0, NULL, NULL, NULL, &tv) == -1 &&
55 perror("select");
68 child process being inside the 'select' function
80 select(0, NULL, NULL, NULL, &tv);
17-7.c 9 Test assertion #17 by verifying that select returns -1 with
20 #include <sys/select.h>
53 if (select(0, NULL, NULL, NULL, &tv) == -1 &&
55 perror("select");
68 child process being inside the 'select' function
80 select(0, NULL, NULL, NULL, &tv);
17-8.c 9 Test assertion #17 by verifying that select returns -1 with
20 #include <sys/select.h>
53 if (select(0, NULL, NULL, NULL, &tv) == -1 &&
55 perror("select");
68 child process being inside the 'select' function
80 select(0, NULL, NULL, NULL, &tv);
17-9.c 9 Test assertion #17 by verifying that select returns -1 with
20 #include <sys/select.h>
53 if (select(0, NULL, NULL, NULL, &tv) == -1 &&
55 perror("select");
68 child process being inside the 'select' function
80 select(0, NULL, NULL, NULL, &tv);
9-1.c 17 * adam.li@intel.com: 2004-05-26: select should block child
23 #include <sys/select.h>
56 select(0, NULL, NULL, NULL, NULL);
86 select(0, NULL, NULL, NULL, &tv);
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.7.3/
jsoup-1.7.3.jar 
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
deadlock.go 39 select {}
44 select {}
50 select {}
56 select {}
59 select {}
90 select {}
130 select {}
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
deadlock.go 39 select {}
44 select {}
50 select {}
56 select {}
59 select {}
90 select {}
130 select {}
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
cgo.go 33 select {
55 select {}
59 select {}
63 select {
71 select {
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
cgo.go 33 select {
55 select {}
59 select {}
63 select {
71 select {
  /prebuilts/go/darwin-x86/test/
closedchan.go 37 select {
51 select {
66 select {
83 // indirect operations via select
87 select {
93 select {
103 select {
111 select {
121 select {
129 select {
    [all...]
return.go 380 // select in which all cases terminate and none break are okay.
384 select{}
389 select {
398 select {
408 select {
420 select {
425 select{}
429 // if any cases don't terminate, the select isn't okay anymore
433 select {
442 select {
    [all...]
  /prebuilts/go/linux-x86/test/
closedchan.go 37 select {
51 select {
66 select {
83 // indirect operations via select
87 select {
93 select {
103 select {
111 select {
121 select {
129 select {
    [all...]
return.go 380 // select in which all cases terminate and none break are okay.
384 select{}
389 select {
398 select {
408 select {
420 select {
425 select{}
429 // if any cases don't terminate, the select isn't okay anymore
433 select {
442 select {
    [all...]

Completed in 1926 milliseconds

1 2 3 4 5 67 8 91011>>