Module Observer.Activity

type t =
| Entry
| BeforeTimers
| BeforeSources
| BeforeWaiting
| AfterWaiting
| Exit
type select =
| Only of t list
| All
val to_ullong : t -> Unsigned.ullong Types_detected.const
val of_ullong : Unsigned.ullong Types_detected.const -> t
val typ : t Ctypes.typ
val select : Unsigned.ULLong.t -> Unsigned.ULLong.t -> 'a -> 'a list -> 'a list
val select_of_ullong : Unsigned.ullong Types_detected.const -> select
val select_to_ullong : select -> Unsigned.ullong Types_detected.const
val select_typ : select Ctypes.typ