Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/
DRefBase.cpp137 CallStack stack(LOG_TAG); in ~weakref_impl() local
221 CallStack stack; member
273 CallStack stack(LOG_TAG); in removeRef() local
DThreads.cpp675 status_t Thread::run(const char* name, int32_t priority, size_t stack) in run()