HomeSort by relevance Sort by last modified time
    Searched full:is_changed (Results 1 - 9 of 9) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
8-1.c 13 3. Now call is_changed to make sure that SIGABRT is still in oactl, and
24 int is_changed(sigset_t set, int sig) function
68 if (is_changed(oactl, SIGABRT))
8-2.c 14 3. Now call is_changed to make sure that SIGABRT is still in oactl, and
25 int is_changed(sigset_t set, int sig) function
69 if (is_changed(oactl, SIGABRT))
8-3.c 13 3. Now call is_changed to make sure that SIGABRT is still in oactl, and
24 int is_changed(sigset_t set, int sig) function
68 if (is_changed(oactl, SIGABRT))
12-1.c 15 3. Now verify using the is_changed() function that the only signal that is still
28 int is_changed(sigset_t set) function
91 if (is_changed(oactl)) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
8-1.c 12 3. Now call is_changed to make sure that SIGABRT is still in oactl, and
24 int is_changed(sigset_t set, int sig) function
69 if (is_changed(oactl, SIGABRT)) {
8-2.c 14 3. Now call is_changed to make sure that SIGABRT is still in oactl, and
26 int is_changed(sigset_t set, int sig) function
70 if (is_changed(oactl, SIGABRT)) {
8-3.c 12 3. Now call is_changed to make sure that SIGABRT is still in oactl, and
24 int is_changed(sigset_t set, int sig) function
69 if (is_changed(oactl, SIGABRT)) {
12-1.c 15 3. Now verify using the is_changed() function that the only signal that is still
30 int is_changed(sigset_t set, int sig) function
99 if (is_changed(oactl, SIGABRT)) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigsuspend/
4-1.c 17 3. Once the sigsuspend returns, have the child probe the signal mask using the is_changed()
42 int is_changed(sigset_t set, int sig) function
111 if (is_changed(currentmask, SIGUSR1) != 0) {

Completed in 428 milliseconds