Searched refs:TidToNstid (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/faultloggerd/test/unittest/procinfo/ |
H A D | procinfo_test.cpp | 84 TidToNstid(getpid(), tids[i], nstid); in HWTEST_F() 93 * @tc.desc: test TidToNstid 100 ASSERT_TRUE(TidToNstid(getpid(), gettid(), nstid)); in HWTEST_F()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/include/ |
H A D | procinfo.h | 64 bool TidToNstid(const int pid, const int tid, int& nstid);
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/ |
H A D | procinfo.cpp | 98 bool TidToNstid(const int pid, const int tid, int& nstid) in TidToNstid() function 173 TidToNstid(pid, tid, nstid); in GetTidsByPid()
|
Completed in 2 milliseconds