英語 での System call の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
At the time when this system call was introduced, one process could send a signal to another process with the same effective user ID.
You can set variable, exception, system call, line, and function breakpoints and view them in the Breakpoints window.
Starting with Linux 3.4, the reboot(2) system call causes a signal to be sent to the namespace"init" process.
wrapper function invokes this system call rather than the mmap(2) system call. .
The seteuid() system call(setegid()) sets the effective user ID(group ID) of the current process.
On most Unix-like platforms where the fork() system call is available, Perl's fork() simply calls it.
The standard I/O approach is costly due to system call overhead and memory copying.
Priority: priority of FastCGI application processes, as defined by the setpriority system call.
The only way to ensure that a page is resident is to lock it into memory with the mlock(2) system call.
PCATCH was set in the lock priority, a signal was delivered during a sleep, and the system call is to be restarted.
This system call did not work correctly, and its purpose is now better served by the use of the setegid(2) system call.
The lchown(2) system call was added later when the limitations of the new chown(2) became apparent.
An accept filter is requested via the setsockopt(2) system call, passing in an optname of SO_ACCEPTFILTER.
instead of the default read(2) system call.
RB("\-s") can be used to force klogd to use the system call interface as its messaging source.
If an application wishes only to do entire file locking, the flock(2) system call is much more efficient.
The only way a new process can be created by the UNIX system is by issuing the fork system call.
A bug in the readv(2) system call, which could potentially cause a system crash or privilege escalation has been fixed.
The exit status is reaped by way of the wait(3C), waitid(2), or waitpid(3C) system call.
But not always, the name of the wrapper function is the same as the name of the system call that it invokes.