Searched refs:GetOsThreadStat (Results 1 – 3 of 3) sorted by relevance
/art/libartbase/base/ |
D | utils.h | 150 size_t GetOsThreadStat(pid_t tid, char* buf, size_t len);
|
D | utils.cc | 369 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/ |
D | runtime.cc | 778 bytes_read = GetOsThreadStat(getpid(), buf, BUF_SIZE); in WaitUntilSingleThreaded() 806 bytes_read = GetOsThreadStat(getpid(), buf, BUF_PRINT_SIZE); in WaitUntilSingleThreaded()
|