591.html

来自「linux 0.11中文版 有注释」· HTML 代码 · 共 17 行

HTML
17
字号
<html>
<head>
<title>send_sig</title>
<meta name='robots' content='noindex,nofollow'>
<meta name='generator' content='GLOBAL-5.4.1'>
</head>
<body text='#191970' bgcolor='#f5f5dc' vlink='gray'>
<pre>
<a href='../S/67.html#L92'>send_sig</a>           92 kernel/exit.c  	  if (err = send_sig (sig, *p, 1))
<a href='../S/67.html#L99'>send_sig</a>           99 kernel/exit.c  	  if (err = send_sig (sig, *p, 0))
<a href='../S/67.html#L104'>send_sig</a>          104 kernel/exit.c        if (err = send_sig (sig, *p, 0))
<a href='../S/67.html#L109'>send_sig</a>          109 kernel/exit.c  	    if (err = send_sig (sig, *p, 0))
<a href='../S/67.html#L154'>send_sig</a>          154 kernel/exit.c  	  (void) send_sig (SIGCHLD, task[1], 1);
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?