package trace-fuchsia

  1. Overview
  2. Docs

Module Trace_fuchsia_write.Thread_refSource

Sourcetype t =
  1. | Ref of int
  2. | Inline of {
    1. pid : int;
    2. tid : int;
    }
Sourceval inline : pid:int -> tid:int -> t
Sourceval ref : int -> t
Sourceval size_word : t -> int
Sourceval as_i8 : t -> int

8-bit int for the reference

OCaml

Innovation. Community. Security.