阻塞进程的最后计数将从这个调用中输出。
The final count of blocking processes is output from this call.
现在有两个单独的进程在从该调用返回结果。
示例:读取系统调用所有进程的出口的探针。
fork(2)系统调用创建一个新进程。
在exit系统调用上设置探查,从而在进程退出时退出。
Puts a probe on the exit system call to exit when the process exits.
这是因为在fork调用中创建了一个新进程。
This is because a new process is created within the call to fork.
对于客户端进程,发布bind调用不是强制的。
For a client process, it is not mandatory to issue a bind call.
请注意,该子进程一直没有从execv调用返回。
Note that the child process never returns from the call to execv.
当该进程完成后,此线程通过调用do_exit而产生。
When this process is complete, the thread exits through a call to do_exit .
task_tick:该函数通常调用自timetick函数;它可能引起进程切换。
Task_tick: This function is mostly called from time tick functions; it might lead to process switch.
sem_perm . cuid和sem_perm . uid被设置为调用进程的有效用户id。
Sem_perm.cuid and sem_perm.uid are set to the effective user id of the calling process.
sem_perm . cgid和sem_perm . gid被设置为调用进程的有效组id。
Sem_perm.cgid and sem_perm.gid are set to the effective group id of the calling process.
使用send和receive函数调用让一个进程与另一个进程通信。
Have one process communicate with another process using the send and receive function calls.
在您调用exec以后,当前进程就消失了,新进程就启动了。
Once you call exec, the current process is gone and the new process starts.
加载init进程并运行了该根进程后,init调用rc . boot。
After the init process has been loaded and is running the boot process, init calls rc.boot.
当守护进程收到一个客户机请求时,将调用 vcl_recv()函数。
The function vcl_recv() is called when the daemon receives a client request.
新进程继承调用进程的错误模式。
这里,我们感兴趣的仍然是进程内的函数调用级的集成。
Here, we are still interested in in-process function call integration.
此外,您不能在两个进程间进行直接调用。
In addition, you cannot make direct calls between two processes.
然后我们的DLL模块加载到调用进程的地址空间。
Then we load our DLL module into the address space of the calling process.
开始远程过程调用(rpc)的序列化进程。
Starts the serialization process of a remote procedure call (RPC).
允许调用方从远程计算机获取进程的集合。
Allows the caller to get a collection of processes from a remote machine.
允许调用方从远程计算机获取进程的集合。
Allows the caller to get a collection of processes from a remote machine.
应用推荐