package goblint

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file gobMutex.ml

1
2
3
4
5
6
7
# 1 "src/util/parallel/gobMutex.no-domainslib.ml"
type state = NoOp
type t = state

let create () = NoOp 
let unlock _ = ()
let lock _ = ()
OCaml

Innovation. Community. Security.