picos_thread.ml
picos
picos.domain
picos.exn_bt
picos.fd
picos.fifos
picos.htbl
picos.lwt
picos.mpsc_queue
picos.rc
picos.select
picos.stdio
picos.structured
picos.sync
picos.thread
picos.threaded
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
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