Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
Clock Pulse?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="luserXtrog, post: 3944235"] so it should be more like: void foo_wait (sem_t *s) { int ret; do { ret = sem_wait(s); } while (ret == -1 && errno == EINTR); } ? [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
Clock Pulse?
Top