HomeSort by: relevance | last modified time | path
    Searched defs:SIGLOST (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
sigall.c 636 #if defined(SIGLOST) && SIGLOST != SIGABRT
637 kill (getpid (), SIGLOST);
669 #if defined(SIGPWR) && (!defined (SIGLOST) || SIGPWR != SIGLOST)
1236 #if defined(SIGLOST) && SIGLOST != SIGABRT
1237 signal (SIGLOST, handle_LOST);
1245 #if defined(SIGPWR) && (!defined (SIGLOST) || SIGPWR != SIGLOST)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.c 653 #if defined(SIGLOST) && SIGLOST != SIGABRT
654 kill (getpid (), SIGLOST);
1252 #if defined(SIGLOST) && SIGLOST != SIGABRT
1253 signal (SIGLOST, handle_LOST);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
sigall.c 636 #if defined(SIGLOST) && SIGLOST != SIGABRT
637 kill (getpid (), SIGLOST);
669 #if defined(SIGPWR) && (!defined (SIGLOST) || SIGPWR != SIGLOST)
1236 #if defined(SIGLOST) && SIGLOST != SIGABRT
1237 signal (SIGLOST, handle_LOST);
1245 #if defined(SIGPWR) && (!defined (SIGLOST) || SIGPWR != SIGLOST)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.c 653 #if defined(SIGLOST) && SIGLOST != SIGABRT
654 kill (getpid (), SIGLOST);
1252 #if defined(SIGLOST) && SIGLOST != SIGABRT
1253 signal (SIGLOST, handle_LOST);

Completed in 27 milliseconds