OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dump_backtrace
(Results
1 - 3
of
3
) sorted by null
/system/core/debuggerd/
backtrace.c
115
void
dump_backtrace
(int fd, pid_t pid, pid_t tid, bool* detach_failed,
function
debuggerd.c
315
dump_backtrace
(fd, request.pid, request.tid, &detach_failed,
475
static int do_explicit_dump(pid_t tid, bool
dump_backtrace
) {
478
if (
dump_backtrace
) {
508
bool
dump_backtrace
= false;
local
513
dump_backtrace
= true;
526
return do_explicit_dump(tid,
dump_backtrace
);
/external/dbus/dbus/
dbus-sysdeps-win.c
2384
static void
dump_backtrace
()
function
[
all
...]
Completed in 35 milliseconds