Searched refs:sem_dup_flow_failed (Results 1 – 1 of 1) sorted by relevance
167 sem_t *sem_dup_flow_failed = sem_open(SEM_2ND_FLOW_FAILED, O_CREAT, 0660, 0); in skt_mpprotons_main() local168 if (sem_flow_created == SEM_FAILED || sem_dup_flow_failed == SEM_FAILED) { in skt_mpprotons_main()188 sem_wait(sem_dup_flow_failed); in skt_mpprotons_main()189 sem_post(sem_dup_flow_failed); in skt_mpprotons_main()196 sem_post(sem_dup_flow_failed); in skt_mpprotons_main()200 sem_close(sem_dup_flow_failed); in skt_mpprotons_main()