HomeSort by relevance Sort by last modified time
    Searched refs:ret (Results 101 - 125 of 13196) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
23-15.c 52 * UNRESOLVED(ret, descr);
53 * where descr is a description of the error and ret is an int
87 int ret; local
98 ret = raise(SIGNAL);
100 if (ret != 0) {
101 UNRESOLVED(ret, "Failed to raise SIGTTIN again");
105 ret = sigpending(&pending);
107 if (ret != 0) {
108 UNRESOLVED(ret, "Failed to get pending signal set");
111 ret = sigismember(&pending, SIGNAL)
124 int ret; local
    [all...]
23-16.c 52 * UNRESOLVED(ret, descr);
53 * where descr is a description of the error and ret is an int
87 int ret; local
98 ret = raise(SIGNAL);
100 if (ret != 0) {
101 UNRESOLVED(ret, "Failed to raise SIGTTOU again");
105 ret = sigpending(&pending);
107 if (ret != 0) {
108 UNRESOLVED(ret, "Failed to get pending signal set");
111 ret = sigismember(&pending, SIGNAL)
124 int ret; local
    [all...]
23-17.c 52 * UNRESOLVED(ret, descr);
53 * where descr is a description of the error and ret is an int
87 int ret; local
98 ret = raise(SIGNAL);
100 if (ret != 0) {
101 UNRESOLVED(ret, "Failed to raise SIGUSR1 again");
105 ret = sigpending(&pending);
107 if (ret != 0) {
108 UNRESOLVED(ret, "Failed to get pending signal set");
111 ret = sigismember(&pending, SIGNAL)
124 int ret; local
    [all...]
23-18.c 52 * UNRESOLVED(ret, descr);
53 * where descr is a description of the error and ret is an int
87 int ret; local
98 ret = raise(SIGNAL);
100 if (ret != 0) {
101 UNRESOLVED(ret, "Failed to raise SIGUSR2 again");
105 ret = sigpending(&pending);
107 if (ret != 0) {
108 UNRESOLVED(ret, "Failed to get pending signal set");
111 ret = sigismember(&pending, SIGNAL)
124 int ret; local
    [all...]
23-19.c 49 * UNRESOLVED(ret, descr);
50 * where descr is a description of the error and ret is an int
77 int ret; local
88 ret = raise(SIGNAL);
90 if (ret != 0) {
91 UNRESOLVED(ret, "Failed to raise SIGALRM again");
95 ret = sigpending(&pending);
97 if (ret != 0) {
98 UNRESOLVED(ret, "Failed to get pending signal set");
101 ret = sigismember(&pending, SIGNAL)
114 int ret; local
    [all...]
23-2.c 52 * UNRESOLVED(ret, descr);
53 * where descr is a description of the error and ret is an int
87 int ret; local
98 ret = raise(SIGNAL);
100 if (ret != 0) {
101 UNRESOLVED(ret, "Failed to raise SIGALRM again");
105 ret = sigpending(&pending);
107 if (ret != 0) {
108 UNRESOLVED(ret, "Failed to get pending signal set");
111 ret = sigismember(&pending, SIGNAL)
124 int ret; local
    [all...]
23-20.c 52 * UNRESOLVED(ret, descr);
53 * where descr is a description of the error and ret is an int
87 int ret; local
98 ret = raise(SIGNAL);
100 if (ret != 0) {
101 UNRESOLVED(ret, "Failed to raise SIGPROF again");
105 ret = sigpending(&pending);
107 if (ret != 0) {
108 UNRESOLVED(ret, "Failed to get pending signal set");
111 ret = sigismember(&pending, SIGNAL)
124 int ret; local
    [all...]
23-21.c 52 * UNRESOLVED(ret, descr);
53 * where descr is a description of the error and ret is an int
87 int ret; local
98 ret = raise(SIGNAL);
100 if (ret != 0) {
101 UNRESOLVED(ret, "Failed to raise SIGSYS again");
105 ret = sigpending(&pending);
107 if (ret != 0) {
108 UNRESOLVED(ret, "Failed to get pending signal set");
111 ret = sigismember(&pending, SIGNAL)
124 int ret; local
    [all...]
23-22.c 52 * UNRESOLVED(ret, descr);
53 * where descr is a description of the error and ret is an int
87 int ret; local
98 ret = raise(SIGNAL);
100 if (ret != 0) {
101 UNRESOLVED(ret, "Failed to raise SIGTRAP again");
105 ret = sigpending(&pending);
107 if (ret != 0) {
108 UNRESOLVED(ret, "Failed to get pending signal set");
111 ret = sigismember(&pending, SIGNAL)
124 int ret; local
    [all...]
23-23.c 52 * UNRESOLVED(ret, descr);
53 * where descr is a description of the error and ret is an int
87 int ret; local
98 ret = raise(SIGNAL);
100 if (ret != 0) {
101 UNRESOLVED(ret, "Failed to raise SIGURG again");
105 ret = sigpending(&pending);
107 if (ret != 0) {
108 UNRESOLVED(ret, "Failed to get pending signal set");
111 ret = sigismember(&pending, SIGNAL)
124 int ret; local
    [all...]
23-24.c 52 * UNRESOLVED(ret, descr);
53 * where descr is a description of the error and ret is an int
87 int ret; local
98 ret = raise(SIGNAL);
100 if (ret != 0) {
101 UNRESOLVED(ret, "Failed to raise SIGVTALRM again");
105 ret = sigpending(&pending);
107 if (ret != 0) {
108 UNRESOLVED(ret, "Failed to get pending signal set");
111 ret = sigismember(&pending, SIGNAL)
124 int ret; local
    [all...]
23-25.c 52 * UNRESOLVED(ret, descr);
53 * where descr is a description of the error and ret is an int
87 int ret; local
98 ret = raise(SIGNAL);
100 if (ret != 0) {
101 UNRESOLVED(ret, "Failed to raise SIGXCPU again");
105 ret = sigpending(&pending);
107 if (ret != 0) {
108 UNRESOLVED(ret, "Failed to get pending signal set");
111 ret = sigismember(&pending, SIGNAL)
124 int ret; local
    [all...]
23-26.c 52 * UNRESOLVED(ret, descr);
53 * where descr is a description of the error and ret is an int
87 int ret; local
98 ret = raise(SIGNAL);
100 if (ret != 0) {
101 UNRESOLVED(ret, "Failed to raise SIGXFSZ again");
105 ret = sigpending(&pending);
107 if (ret != 0) {
108 UNRESOLVED(ret, "Failed to get pending signal set");
111 ret = sigismember(&pending, SIGNAL)
124 int ret; local
    [all...]
23-3.c 52 * UNRESOLVED(ret, descr);
53 * where descr is a description of the error and ret is an int
87 int ret; local
98 ret = raise(SIGNAL);
100 if (ret != 0) {
101 UNRESOLVED(ret, "Failed to raise SIGBUS again");
105 ret = sigpending(&pending);
107 if (ret != 0) {
108 UNRESOLVED(ret, "Failed to get pending signal set");
111 ret = sigismember(&pending, SIGNAL)
124 int ret; local
    [all...]
23-4.c 52 * UNRESOLVED(ret, descr);
53 * where descr is a description of the error and ret is an int
87 int ret; local
98 ret = raise(SIGNAL);
100 if (ret != 0) {
101 UNRESOLVED(ret, "Failed to raise SIGCHLD again");
105 ret = sigpending(&pending);
107 if (ret != 0) {
108 UNRESOLVED(ret, "Failed to get pending signal set");
111 ret = sigismember(&pending, SIGNAL)
124 int ret; local
    [all...]
23-5.c 52 * UNRESOLVED(ret, descr);
53 * where descr is a description of the error and ret is an int
87 int ret; local
98 ret = raise(SIGNAL);
100 if (ret != 0) {
101 UNRESOLVED(ret, "Failed to raise SIGCONT again");
105 ret = sigpending(&pending);
107 if (ret != 0) {
108 UNRESOLVED(ret, "Failed to get pending signal set");
111 ret = sigismember(&pending, SIGNAL)
124 int ret; local
    [all...]
23-6.c 52 * UNRESOLVED(ret, descr);
53 * where descr is a description of the error and ret is an int
87 int ret; local
98 ret = raise(SIGNAL);
100 if (ret != 0) {
101 UNRESOLVED(ret, "Failed to raise SIGFPE again");
105 ret = sigpending(&pending);
107 if (ret != 0) {
108 UNRESOLVED(ret, "Failed to get pending signal set");
111 ret = sigismember(&pending, SIGNAL)
124 int ret; local
    [all...]
23-7.c 52 * UNRESOLVED(ret, descr);
53 * where descr is a description of the error and ret is an int
87 int ret; local
98 ret = raise(SIGNAL);
100 if (ret != 0) {
101 UNRESOLVED(ret, "Failed to raise SIGHUP again");
105 ret = sigpending(&pending);
107 if (ret != 0) {
108 UNRESOLVED(ret, "Failed to get pending signal set");
111 ret = sigismember(&pending, SIGNAL)
124 int ret; local
    [all...]
23-8.c 52 * UNRESOLVED(ret, descr);
53 * where descr is a description of the error and ret is an int
87 int ret; local
98 ret = raise(SIGNAL);
100 if (ret != 0) {
101 UNRESOLVED(ret, "Failed to raise SIGILL again");
105 ret = sigpending(&pending);
107 if (ret != 0) {
108 UNRESOLVED(ret, "Failed to get pending signal set");
111 ret = sigismember(&pending, SIGNAL)
124 int ret; local
    [all...]
23-9.c 52 * UNRESOLVED(ret, descr);
53 * where descr is a description of the error and ret is an int
87 int ret; local
98 ret = raise(SIGNAL);
100 if (ret != 0) {
101 UNRESOLVED(ret, "Failed to raise SIGINT again");
105 ret = sigpending(&pending);
107 if (ret != 0) {
108 UNRESOLVED(ret, "Failed to get pending signal set");
111 ret = sigismember(&pending, SIGNAL)
124 int ret; local
    [all...]
  /external/autotest/client/site_tests/platform_TraceClockMonotonic/src/
ftrace-clock-monotonic.c 21 int size, ret; local
24 ret = clock_gettime(CLOCK_MONOTONIC, &ts);
25 if (ret < 0) {
36 ret = write(fd, buf, size);
37 if (ret < size) {
47 int ret, fd; local
54 ret = write_marker(fd, "start");
55 if (ret)
58 ret = write_marker(fd, "middle");
59 if (ret)
    [all...]
  /external/autotest/client/site_tests/security_AltSyscall/src/
alt_syscall.c 18 int ret; local
20 ret = prctl(PR_ALT_SYSCALL, PR_ALT_SYSCALL_SET_SYSCALL_TABLE,
22 if (ret < 0)
  /external/libunwind/src/ia64/
Gget_proc_info.c 32 int ret; local
34 if ((ret = ia64_make_proc_info (c)) < 0)
35 return ret;
  /external/libxcam/xcore/
fake_v4l2_device.h 40 int ret = 0; local
43 ret = -1;
48 return ret;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_getprioceiling/
1-1.c 25 static void print_pthread_error(const char *fname, int ret)
27 printf("Unexpected error at %s(): %s\n", fname, strerror(ret));
40 int prioceiling, max_prio, min_prio, ret; local
43 ret = pthread_mutexattr_init(&ma);
44 if (ret != 0) {
45 print_pthread_error("pthread_mutexattr_init", ret);
49 ret = pthread_mutexattr_setprotocol(&ma, PTHREAD_PRIO_PROTECT);
50 if (ret != 0) {
51 print_pthread_error("pthread_mutexattr_protocol", ret);
56 ret = pthread_mutexattr_getprioceiling(&ma, &prioceiling)
    [all...]

Completed in 235 milliseconds

1 2 3 45 6 7 8 91011>>