Searched refs:threadPath (Results 1 – 2 of 2) sorted by relevance
121 final Path threadPath = selfThreadsPath.resolve(String.valueOf(threadIds[i])); in setupDirectory() local122 assertTrue(threadPath.toFile().mkdirs()); in setupDirectory()125 Files.write(threadPath.resolve("comm"), threadNames[i].getBytes()); in setupDirectory()129 Files.newOutputStream(threadPath.resolve("time_in_state")); in setupDirectory()
350 private String getThreadName(Path threadPath) { in getThreadName() argument351 final Path threadNamePath = threadPath.resolve(THREAD_NAME_FILENAME); in getThreadName()