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

1 2

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
44-1-buildonly.c 3 int sigrelse(int);
14 dummyvar = sigrelse;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigrelse/
2-1.c 8 * Simply, if sigrelse returns a 0 here, test passes.
19 if (sigrelse(SIGABRT) != 0) {
20 perror("Sigrelse failed");
3-1.c 10 * Testing passing an invalid signals to sigrelse().
11 * After sighold is called on an invalid signal, sigrelse() should
14 * The invalid signal passed to sigrelse() depends on the argument
33 ret = sigrelse(sigs[i]);
37 printf("Failed sigrelse(%i) ret=%i errno=%i\n",
1-1.c 16 * 4. Call sigrelse on SIGABRT.
53 printf("UNRESOLVED. possible problem in sigrelse\n");
57 if (sigrelse(SIGABRT) == -1) {
58 printf("UNRESOLVED. possible problem in sigrelse\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
4-1.c 71 sigrelse(SIGTOTEST);
5-1.c 71 sigrelse(SIGTOTEST);
8-1.c 72 sigrelse(SIGTOTEST);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
7-1.c 78 sigrelse(SIGCHLD);
  /external/ltp/testcases/kernel/syscalls/
Makefile 44 sigrelse sigsuspend sigtimedwait sigwait sigwaitinfo stime \
  /external/ltp/testcases/kernel/syscalls/vfork/
vfork02.c 225 if (sigrelse(SIGUSR1) == -1) {
  /external/ltp/testcases/kernel/syscalls/sigrelse/
sigrelse01.c 39 * PARENT DOCUMENT : sgrtds01 sigrelse system call
50 * 1. sigrelse turns on the receipt of signals held by sighold.
116 extern int sigrelse(int __sig);
339 "sigrelse() released all %d signals under test.",
381 int rv; /* return value from sighold() and sigrelse() */
439 * sigrelse passed, else it failed.
481 if ((rv = sigrelse(sig)) != 0) {
482 /* THEY say sigrelse ALWAYS returns 0 */
484 "sigrelse did not return 0. rv:%d",
720 static int sigrelse(signo function
    [all...]
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress09.c 329 if (sigrelse(SIGALRM) || sigrelse(SIGINT)) {
330 perror("sigrelse error");
mmapstress01.c 404 if (sigrelse(SIGALRM) || sigrelse(SIGINT)) {
405 perror("sigrelse error");
mmapstress10.c 473 if (sigrelse(SIGALRM) || sigrelse(SIGINT)) {
474 perror("sigrelse error");
  /external/ltp/lib/
tlibio.c 802 sigrelse(sig);
873 sigrelse(sig);
942 sigrelse(sig);
    [all...]
  /bionic/libc/include/
signal.h 99 int sigrelse(int __signal)
  /bionic/tests/headers/posix/
signal_h.c 223 FUNCTION(sigrelse, int (*f)(int));
  /external/ltp/testcases/kernel/syscalls/ipc/msgctl/
msgctl08.c 216 sigrelse(SIGTERM);
msgctl09.c 246 sigrelse(SIGTERM);
msgctl10.c 212 sigrelse(SIGTERM);
msgctl11.c 273 sigrelse(SIGTERM);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
signal.h 382 extern int sigrelse (int __sig) __THROW;
  /bionic/libc/bionic/
signal.cpp 222 int sigrelse(int sig) { function
  /external/ltp/pan/
zoolib.c 62 extern int sigrelse(int __sig);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
readline.c 1018 sigrelse(SIGINT);

Completed in 384 milliseconds

1 2