HomeSort by relevance Sort by last modified time
    Searched refs:sigpending (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
41-1-buildonly.c 4 int sigpending(sigset_t *);
15 dummyvar = sigpending;
  /bionic/libc/bionic/
sigpending.cpp 35 int sigpending(sigset_t* bionic_set) { function
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/
2-1.c 49 if (sigpending(&pendingset) == -1) {
50 printf("Error calling sigpending()\n");
78 if (sigpending(&pendingset) == -1) {
79 printf("Error calling sigpending()\n");
98 if (sigpending(&pendingset) == -1) {
99 printf("Error calling sigpending()\n");
118 if (sigpending(&pendingset) == -1) {
119 printf("Error calling sigpending()\n");
1-1.c 54 if (sigpending(&pendingset) == -1) {
76 if (sigpending(&pendingset) == -1) {
3-1.c 70 if (sigpending(&pendingset) == -1) {
71 printf("Error calling sigpending()\n");
88 if (sigpending(&pendingset) == -1) {
89 printf("Error calling sigpending()\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwaitinfo/
1-1.c 53 sigpending(&pendingset);
66 sigpending(&pendingset);
9-1.c 52 sigpending(&pendingset);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpending/
2-1.c 8 * Test that the sigpending() function returns 0 on successful completion.
11 * 3) Call sigpending and verify it returns 0.
46 if (sigpending(&pendingset) == 0) {
48 printf("sigpending returned 0 when successful\n");
52 printf("sigpending returned 0 when unsuccessful\n");
57 printf("sigpending did not return 0\n");
1-1.c 8 * Test that the sigpending() function stores the set of signals that
12 * 3) Verify that the two signals raised are shown via sigpending.
53 if (sigpending(&pendingset) == -1) {
54 printf("Error calling sigpending()\n");
  /external/ltp/testcases/kernel/syscalls/vfork/
vfork02.c 119 if (sigpending(&PendSig) == -1) {
120 tst_resm(TFAIL, "sigpending function "
194 if (sigpending(&PendSig) == -1) {
196 "sigpending function failed in parent");
  /external/ltp/testcases/kernel/syscalls/sigpending/
sigpending02.c 26 * Test to see the the proper errors are returned by sigpending
30 * Call sigpending(sigset_t*=-1), it should return -1 with errno EFAULT
92 TEST(sigpending(sigset));
98 "sigpending() Failed with wrong "
108 "sigpending() Failed, expected "
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
4-1.c 73 if (sigpending(&pending_set) == -1) {
74 perror("Unexpected error while attempting to use sigpending\n");
5-1.c 56 if (sigpending(&pending_set) == -1) {
57 perror("Unexpected error while attempting to use sigpending\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
6-1.c 58 rc = sigpending(&pendingset);
60 ERR_MSG("sigpending()", rc);
7-1.c 66 rc = sigpending(&pendingset);
68 ERR_MSG("sigpending()", rc);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigtimedwait/
4-1.c 57 sigpending(&pendingset);
  /external/bison/lib/
signal.in.h 263 _GL_FUNCDECL_SYS (sigpending, int, (sigset_t *set) _GL_ARG_NONNULL ((1)));
265 _GL_CXXALIAS_SYS (sigpending, int, (sigset_t *set));
266 _GL_CXXALIASWARN (sigpending);
341 # undef sigpending
343 _GL_WARN_ON_USE (sigpending, "sigpending is unportable - "
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
12-1.c 102 ret = sigpending(&pending);
178 ret = sigpending(&pending);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
template_23-1.in 110 ret = sigpending( &pending );
  /development/ndk/platforms/android-21/include/
signal.h 118 extern int sigpending(sigset_t*) __nonnull((1));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
4-1.c 90 if (sigpending(&pending_set) == -1) {
91 perror("Unexpected error while attempting to use sigpending\n");
5-1.c 79 if (sigpending(&pending_set) == -1) {
80 perror("Unexpected error while attempting to use sigpending\n");
6-1.c 107 if (sigpending(&pending_set) == -1) {
108 perror("Unexpected error while attempting to use sigpending\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
23-1.c 105 ret = sigpending(&pending);
23-10.c 105 ret = sigpending(&pending);

Completed in 448 milliseconds

1 2 3 4 5 6 7 8