Files
source/Y/lock.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

26 lines
2.0 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>lock</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/lib--lock.c.html#L147'>lock</a> 147 lib/lock.c static lock_s lock;</span>
<span class='curline'><a href='../S/lib--lock.c.html#L168'>lock</a> 168 lib/lock.c lock.pid = (pid_t) atol (pid);</span>
<span class='curline'><a href='../S/lib--lock.c.html#L169'>lock</a> 169 lib/lock.c lock.who = who;</span>
<span class='curline'><a href='../S/lib--lock.c.html#L170'>lock</a> 170 lib/lock.c return &amp;lock;</span>
<span class='curline'><a href='../S/lib--lock.c.html#L230'>lock</a> 230 lib/lock.c const char *lock;</span>
<span class='curline'><a href='../S/lib--lock.c.html#L232'>lock</a> 232 lib/lock.c lock = lock_get_info (lockfname);</span>
<span class='curline'><a href='../S/lib--lock.c.html#L233'>lock</a> 233 lib/lock.c if (lock == NULL)</span>
<span class='curline'><a href='../S/lib--lock.c.html#L235'>lock</a> 235 lib/lock.c lockinfo = lock_extract_info (lock);</span>
<span class='curline'><a href='../S/lib--lock.c.html#L298'>lock</a> 298 lib/lock.c const char *lock;</span>
<span class='curline'><a href='../S/lib--lock.c.html#L300'>lock</a> 300 lib/lock.c lock = lock_get_info (lockfname);</span>
<span class='curline'><a href='../S/lib--lock.c.html#L302'>lock</a> 302 lib/lock.c if (lock == NULL || lock_extract_info (lock)-&gt;pid == getpid ())</span>
</pre>
</body>
</html>