You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/linux/thread_info/mod.rs hand-rolls an algorithm for getting the ppid and tgid out of /proc/<tid>/status, but procfs crate likely already has the algorithm in there somewhere. Let's just use that instead.
src/linux/thread_info/mod.rshand-rolls an algorithm for getting theppidandtgidout of/proc/<tid>/status, butprocfscrate likely already has the algorithm in there somewhere. Let's just use that instead.