sem_wait not blocking the program after a signal handler function executes

前端 未结 0 894
余生分开走
余生分开走 2021-01-02 02:57

I have a program that is similar to the following code schema:

void foo () {
    write(1, "Test\\n", strlen("Testt"));

    signal(SIGALRM         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题