Home
last modified time | relevance | path

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

/art/libartbase/base/
Dutils.h150 size_t GetOsThreadStat(pid_t tid, char* buf, size_t len);
Dutils.cc369 size_t GetOsThreadStat(pid_t tid, char* buf, size_t len) { in GetOsThreadStat() function
395 if (GetOsThreadStat(tid, buf, BUF_SIZE) == 0) { in GetOsThreadStatQuick()
/art/runtime/
Druntime.cc778 bytes_read = GetOsThreadStat(getpid(), buf, BUF_SIZE); in WaitUntilSingleThreaded()
806 bytes_read = GetOsThreadStat(getpid(), buf, BUF_PRINT_SIZE); in WaitUntilSingleThreaded()