Projects STRLCPY criu Commits b2473542
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    test/zdtm/transition/epoll.c
    skipped 174 lines
    175 175   
    176 176   test_waitsig();
    177 177   
    178  - killall();
    179 178   for (i = 0; i < scale; i++) {
     179 + kill(pids[i], SIGUSR2);
    180 180   if (waitpid(pids[i], &rv, 0) < 0) {
    181 181   fail("waitpid error: %m\n");
    182 182   counter++;
    skipped 19 lines
Please wait...
Page is in error, reload to recover