package picos

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

Source file picos_thread.ml

1
2
3
4
5
# 1 "lib/picos_thread/picos_thread.posix.ml"
let main_thread = Thread.id (Thread.self ())
let is_main_thread () = Thread.id (Thread.self ()) = main_thread

module TLS = Tls
OCaml

Innovation. Community. Security.