Searched refs:restartable (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/network/ftp/
H A Dprogressbar.c395 * the signal should be restartable or not
398 xsignal_restart(int sig, sigfunc func, int restartable) argument
405 act.sa_flags = restartable ? SA_RESTART : 0;
407 act.sa_flags = restartable ? 0 : SA_INTERRUPT;
417 * Install a signal handler with the `restartable' flag set dependent upon
423 int restartable; local
427 * There should be restartable, so that reads and writes are
429 * these signals should not be restartable, so that the system call
432 * it doesn't matter if it's restartable.
443 restartable
[all...]

Completed in 591 milliseconds