MANIFEST strscan.c extconf.rb depend .css'/>
summaryrefslogtreecommitdiff
path: root/thread_pthread.h
AgeCommit message (Expand)Author
2022-03-30Prefix ccan headers (#4568)Nobuyoshi Nakada
2021-05-07Protoized old pre-ANSI K&R style declarations and definitionsNobuyoshi Nakada
2021-05-04Fix trivial -Wundef warningsBenoit Daloze
2020-11-18fix public interfaceKoichi Sasada
2020-10-20Use language TLS specifier if it is possible.Koichi Sasada
2020-09-03Introduce Ractor mechanism for parallel executionKoichi Sasada
2020-04-13add #include guard hack卜部昌平
2018-08-28thread_pthread.h: rename `gvl.acquired' to `gvl.owner' and documentnormal
2018-08-19thread_pthread.c: reset timeslice delay when uncontendednormal
2018-08-15thread_pthread.h (native_thread_data): split list_node between ubf and gvlnormal
2018-08-13thread_pthread.c: eliminate timer thread by restructuring GVLnormal
2018-08-06thread_pthread.c: restore timer-thread for now :<normal
2018-07-30thread_pthread.h (native_thread_data): split condvars on some platformsnormal
2018-07-29thread_pthread: remove timer-thread by restructuring GVLnormal
2018-04-22thread*: all condvars are monotonicnormal
2015-11-30* thread_pthread.c (register_ubf_list): renamed fromkosaki