OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SAFE_FUNC
(Results
1 - 4
of
4
) sorted by null
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
14-1.c
54
SAFE_FUNC
(gettimeofday(&now, NULL));
67
SAFE_FUNC
(sigemptyset(&usersigs));
68
SAFE_FUNC
(sigaddset(&usersigs, SIGUSR1));
83
SAFE_FUNC
(kill(process, SIGUSR1));
120
SAFE_FUNC
(sigaction(SIGUSR1, &sa, NULL));
178
SAFE_FUNC
(pipe(stat_pipe));
179
child =
SAFE_FUNC
(fork());
184
SAFE_FUNC
(write(stat_pipe[1], &count_sig,
190
SAFE_FUNC
(read(stat_pipe[0], &child_count_sig,
/external/ltp/testcases/open_posix_testsuite/include/
safe_helpers.h
33
#define
SAFE_FUNC
(op) \
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
3-1.c
44
SAFE_FUNC
(sem_post(&sem));
61
SAFE_FUNC
(sem_init(&sem, 0, 0));
65
SAFE_FUNC
(sem_wait(&sem));
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
4-3.c
75
SAFE_FUNC
(gettimeofday(&now, NULL));
288
SAFE_FUNC
(pipe(stat_pipe));
297
SAFE_FUNC
(write(stat_pipe[1], &count_sig,
305
SAFE_FUNC
(read(stat_pipe[0], &child_count_sig, sizeof(count_sig)));
Completed in 1518 milliseconds