Searched refs:nstid (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/faultloggerd/test/unittest/procinfo/ |
H A D | procinfo_test.cpp | 83 int nstid = tids[i]; in HWTEST_F() local 84 TidToNstid(getpid(), tids[i], nstid); in HWTEST_F() local 85 ASSERT_EQ(nstid, nstids[i]); in HWTEST_F() 99 int nstid = -1; in HWTEST_F() local 100 ASSERT_TRUE(TidToNstid(getpid(), gettid(), nstid)); in HWTEST_F() 101 ASSERT_EQ(gettid(), nstid); in HWTEST_F() local
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/ |
H A D | procinfo.cpp | 98 bool TidToNstid(const int pid, const int tid, int& nstid) in TidToNstid() argument 109 nstid = procInfo.nsPid; in TidToNstid() 172 pid_t nstid = tid; in GetTidsByPid() 173 TidToNstid(pid, tid, nstid); in GetTidsByPid() 174 nstids.push_back(nstid); in GetTidsByPid()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/include/ |
H A D | procinfo.h | 64 bool TidToNstid(const int pid, const int tid, int& nstid);
|
Completed in 2 milliseconds