ocaml/otherlibs/systhreads
David Allsopp 46c7122888 Merge pull request #9840 from dra27/fix-9839
Partial revert of 9165: don't build the compiler with -O3 in flambda

(cherry picked from commit 6ce1c60ca97ee962ebf5d5218628bc388536325e)
2020-10-30 11:29:17 +01:00
..
.depend Provide semaphores in the threading library (#9930) 2020-10-12 19:09:52 +02:00
Makefile Merge pull request #9840 from dra27/fix-9839 2020-10-30 11:29:17 +01:00
condition.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
condition.mli Fixed grammar in user-facing comments and README 2017-04-06 14:16:18 +02:00
event.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
event.mli Merge pull request #8826 from glondu/4.08-spelling-errors 2019-07-29 08:36:53 +02:00
mutex.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
mutex.mli Use "error checking" mutexes in the threads library (#9846) 2020-10-05 15:00:58 +02:00
semaphore.ml Provide semaphores in the threading library (#9930) 2020-10-12 19:09:52 +02:00
semaphore.mli Provide semaphores in the threading library (#9930) 2020-10-12 19:09:52 +02:00
st_posix.h Use "error checking" mutexes in the threads library (#9846) 2020-10-05 15:00:58 +02:00
st_stubs.c Memprof/systhreads : call [caml_memprof_delete_th_ctx] when threads gets killed by fork. 2020-10-19 17:11:11 +02:00
st_win32.h Use "error checking" mutexes in the threads library (#9846) 2020-10-05 15:00:58 +02:00
thread.ml Memprof: provide the guarantee that an allocation callback is always run in the same thread the allocation takes place. 2020-10-19 17:08:17 +02:00
thread.mli Update documentation for the Thread module and deprecate some functions (#9419) 2020-04-25 19:13:34 +02:00
threadUnix.ml Update headers for the new license. 2016-02-18 16:59:16 +01:00
threadUnix.mli Update documentation for the Thread module and deprecate some functions (#9419) 2020-04-25 19:13:34 +02:00
threads.h Update headers for the new license. 2016-02-18 16:59:16 +01:00