Home
last modified time | relevance | path

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

/openbmc/qemu/tools/i386/
H A Dqemu-vmsr-helper.c119 g_autofree char *tidPath = g_strdup_printf("/proc/%d/task/%d", pid, tid); in is_tid_present() local
122 if (access(tidPath, F_OK) == 0) { in is_tid_present()
126 error_report("Failed to open /proc at %s", tidPath); in is_tid_present()