Home
last modified time | relevance | path

Searched refs:tid_val (Results 1 – 1 of 1) sorted by relevance

/system/core/libutils/
DCallStack.cpp50 std::optional<pid_t> tid_val; in update() local
52 tid_val = tid; in update()
54 if (!unwinder.Unwind(tid_val, data)) { in update()