What is the translation of " 系统调用 " in English?

Noun
system call
系统调用
系统呼叫
syscalls
系统调用
system calls
系统调用
系统呼叫

Examples of using 系统调用 in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
有些系统调用(例如lchown(2))是BSD系统特有的。
Some syscalls, like lchown(2), are BSD-specific.
系统调用接口可以从两个角度进行描述。
The system call interface can be described from two perspectives.
传递到系统调用的数据区太小。
The data area passed to a system call is insufficient.
Exit记录由系统调用返回的退出代码。
Exit Records the exit code returned by a system call.
为减少系统调用,用户空间驱动实现marshalling。
To reduce the number of system calls, the user-space driver implements marshalling.
进程执行系统调用(也叫软件中断);.
The process issues a system call(sometimes called a software interrupt);
要执行系统调用,程序必须执行特殊的陷阱指令。
To execute a system call, a program must execute a special trap instruction.
传递到系统调用的数据区太小。
The data area passed to a system call is too small.
Fork()系统调用用于创建新进程。
The fork() is a system call use to create a new process.
系统调用层不正确。
The system call level is not correct.
Fork()系统调用用于创建新进程。
Fork() is a system call that is used to creates a new process.
系统调用的编号必须在寄存器rax中传递。
The system call number goes in rax.
PSW在系统调用和I/O中起着重要作用。
The PSW plays an important role in system calls and I/O.
Chroot()系统调用有很多问题,如前所述。
The system call chroot() has a number of problems, as noted above.
系统调用层不正确。
The system call level is incorrect.
Fork()系统调用可用于创建新进程。
The fork() is a system call use to create a new process.
顶部(请参阅图2)是系统调用接口。
At the top(see Figure 2) is the system call interface.
但rm是一个命令,而unlink是系统调用
But rm is a command, and unlink is a system call.
如果使用过fork()系统调用,可能熟悉父进程和子进程的概念。
If you have used the fork() system call you're probably familiar with the concept of parent and child processes.
您可以设置变量、异常错误、系统调用、行和函数断点,还可以在"Breakpoints"(断点)窗口中查看它们。
You can set variable, exception, system call, line, and function breakpoints and view them in the Breakpoints window.
警告:一些系统调用,例如lchown(2),是特定于BSD系统。
Caveat: some syscalls, like lchown(2), are BSD-specific.
大多数Unix系统调用都有Windows等价物,但Windows相对于Linux和macOS的行为可能不同。
Most Unix syscalls have Windows equivalents, but behavior may differ on Windows relative to Linux and macOS.
系统调用可被大致分为五类:进程控制、文件管理、设备管理、信息维护和通信。
System calls are broadly divided into five categories: process control, file management, device management, information maintenance and communication.
在NGINX里有两个操作--read()系统调用和sendfile()--被分配到了线程池技巧。
In NGINX, two operations- the read() system call and sendfile()- are offloaded to thread pools.
在Unix下,您不应跨fork()系统调用将打开的SQLite数据库携带到子进程中.
Under Unix,you should not carry an open SQLite database across a fork() system call into the child process.
系统调用(例如open(2)与read(2))定义了用户程序和底层操作系统之间的接口。
System calls like open(2) and read(2) define the interface between user programs and the underlying operating system..
这是通过系统调用bind实现的,它为socket描述符(sd)分配一个服务器地址(sa):.
This is achieved by the system call bind, which assigns the socket descriptor(sd) a server address(sa):.
也,strace可能非常冗长:许多系统调用在程序员可能不知道的程序内执行。
Also, strace can be quite verbose: many system calls are executed within a program that the programmer may not be aware of.
您将会看到date(1)执行的所有系统调用的格式化跟踪,结尾紧跟一行输出。
You will see a formatted trace of all the system calls executed by date(1) followed by its one line of output at the end.
在内核的2.1版本中,引入了sendfile系统调用,目的是简化通过网络和两个本地文件之间的数据传输。
In kernel version 2.1, the sendfile system call was introduced to simplify the transmission of data over the network and between two local files.
Results: 192, Time: 0.0181

系统调用 in different Languages

Word-for-word translation

Top dictionary queries

Chinese - English