summaryrefslogtreecommitdiff
path: root/otherlibs/systhreads/st_stubs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove 50ms delay at exit for programs using threadsValentin Gatien-Baron2017-08-241-1/+3
* runtime: replacing direct calls to malloc/calloc/realloc/free with calls to c...Max Mouratov2017-03-171-4/+4
* PR#7158: Event.sync, Mutex.create, Condition.create cause too many GCsXavier Leroy2017-02-161-6/+3
* Correctly update caml_top_of_stack in systhreads (#996)Fabrice Le Fessant2017-01-171-1/+5
* PR#7457: double pthread_mutex_destroy on a I/O buffer mutexXavier Leroy2017-01-121-1/+4
* Do not use the compatibility macros in the C stub code. (#892)Sébastien Hinderer2016-11-171-65/+65
* Fix wrong #include after recent Spacetime .h file moveMark Shinwell2016-09-271-1/+1
* Fix Spacetime excessive memory consumption by sharing call graphs across threadsMark Shinwell2016-09-081-2/+6
* Spacetime: a new memory profiler (#585)Mark Shinwell2016-07-291-0/+38
* Install all include files, and access internals with CAML_INTERNALSFabrice Le Fessant2016-07-121-1/+3
* Merge tag 4.03.0 into trunk.Damien Doligez2016-04-281-19/+31
* Update headers for the new license.Damien Doligez2016-02-181-12/+14
* PR#7038: out of memory condition in caml_io_mutex_lockXavier Leroy2015-11-271-1/+1
* Document backtrace infrastructure, make types more explicitGabriel Scherer2015-08-221-1/+1
* PR#6776: Failure to kill the "tick" thread, segfault when exiting the runtimeDamien Doligez2015-03-311-3/+8
* PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...Gabriel Scherer2014-12-271-14/+14
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-041-1/+1
* misc: replace stat_(alloc|free|resize) occurences with caml_stat_(...).Wojciech Meyer2013-02-251-2/+2
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* clean up TABs and whitespaceDamien Doligez2012-07-301-4/+4
* PR#5295: OS threads: problem with caml_c_thread_unregister()Xavier Leroy2012-04-081-1/+4
* More renaming to OCamlDamien Doligez2012-02-101-3/+3
* set svn:keywords propertyDamien Doligez2012-02-071-1/+1
* PR#5306: comparing values of type Thread.tXavier Leroy2011-12-131-1/+8
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* PR#5290: added hash functions for channels, nats, mutexes, conditions.Xavier Leroy2011-07-231-7/+26
* merge changes from 3.12.0 to 3.12.1Damien Doligez2011-07-201-0/+5
* - Refactoring of otherlibs/systhreadsXavier Leroy2010-04-271-0/+852