wait() /waitpid() System Call | Monitoring Child Process | Waiting Child to Finish

Поделиться
HTML-код
  • Опубликовано: 21 июн 2021
  • #SystemC #wait #Process
    This video explains how to monitor the child process using wait() and waitpid().
    It also explains how to use flags to make wait non-blocking.
    Please Subscribe and Like the channel for getting notification for new videos
    Thanks and Regards
    EV

Комментарии • 4

  • @winstonlowel1286
    @winstonlowel1286 Год назад

    how do you get the function description extention

  • @rajindersharma8231
    @rajindersharma8231 2 года назад +1

    Nice...

  • @markosimic943
    @markosimic943 Год назад

    #include is compile error but it works for you why?

  • @godnyx117
    @godnyx117 8 месяцев назад

    "wait" and "waitpid" are *NOT* system calls on Linux and on FreeBSD (and I suppose in other Unix system calls). They are "libc" functions.
    If you want system calls, try "waitid" and "wait4".