OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wait_for_stop
(Results
1 - 5
of
5
) sorted by null
/system/core/debuggerd/
utility.h
64
void
wait_for_stop
(pid_t tid, int* total_sleep_time_usec);
backtrace.c
92
wait_for_stop
(tid, total_sleep_time_usec);
utility.c
119
void
wait_for_stop
(pid_t tid, int* total_sleep_time_usec) {
function
tombstone.c
426
wait_for_stop
(tid, total_sleep_time_usec);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ServiceMonitor.java
51
private static final int
WAIT_FOR_STOP
= 500;
109
mHandler.sendEmptyMessageDelayed(MSG_START_SERVICE,
WAIT_FOR_STOP
);
Completed in 456 milliseconds