sys_pause  [kernel/signal.c]


Causes the invoking process (or thread) to sleep until a signal is received that either terminates it or causes it to call a signal-catching function.

Arguments

eax 29

Return values

This system call only returns when a signal was caught and the signal-catching function returned. In this case return value is -EINTR.

Remarks

n/a

Compatibility

n/a