Module Tracing_parser.Thread

type t = {
  1. pid : int;
  2. tid : int;
  3. mutable process_name : string option;
  4. mutable thread_name : string option;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
val compare__local : t @ local -> (t @ local -> int) @ local
val compare : t -> t -> int