OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sighold
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
signal.cpp
143
int
sighold
(int sig) {
function
/external/ltp/testcases/kernel/syscalls/sigrelse/
sigrelse01.c
50
* 1. sigrelse turns on the receipt of signals held by
sighold
.
83
* hold each signal with
sighold
()
115
extern int
sighold
(int __sig);
375
* If none were caught (
sighold
worked), release the signals one at a time
381
int rv; /* return value from
sighold
() and sigrelse() */
406
if ((rv =
sighold
(sig)) != 0) {
407
/* THEY say
sighold
ALWAYS returns 0 */
409
"
sighold
did not return 0. rv:%d",
421
* that we will not wait forever - if
sighold
() did its job, we
422
* will not receive the signals. If
sighold
() blew it we wil
715
static int
sighold
(int signo)
function
[
all
...]
Completed in 329 milliseconds