![]() | Fun 0.41.5 The programming language that makes You have fun |
Implements OP_FD_SET_NONBLOCK to toggle O_NONBLOCK on a file descriptor. More...
Go to the source code of this file.
Functions | |
| free_value (onv) | |
| free_value (fdv) | |
| push_value (vm, make_int(ok ? 1 :0)) | |
Variables | |
| case | OP_FD_SET_NONBLOCK |
| Value | fdv = pop_value(vm) |
| int | ok = 0 |
| void | onv |
| break | |
Implements OP_FD_SET_NONBLOCK to toggle O_NONBLOCK on a file descriptor.
Behavior:
Errors:
Definition in file fd_set_nonblock.c.
| free_value | ( | fdv | ) |
| free_value | ( | onv | ) |
| break |
Definition at line 49 of file fd_set_nonblock.c.
| void fdv = pop_value(vm) |
Definition at line 25 of file fd_set_nonblock.c.
| int ok = 0 |
Definition at line 26 of file fd_set_nonblock.c.
| void onv |
Definition at line 44 of file fd_set_nonblock.c.
| case OP_FD_SET_NONBLOCK |
Definition at line 22 of file fd_set_nonblock.c.