OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wait_for_signal
(Results
1 - 3
of
3
) sorted by null
/system/core/debuggerd/
utility.h
63
int
wait_for_signal
(pid_t tid, int* total_sleep_time_usec);
utility.c
89
int
wait_for_signal
(pid_t tid, int* total_sleep_time_usec) {
function
debuggerd.c
309
int signal =
wait_for_signal
(request.tid, &total_sleep_time_usec);
Completed in 597 milliseconds