examples: annotate examples
[nit.git] / lib / pthreads / pthreads.nit
2017-11-22 Alexis Laferrièreandroid: activate the GC
2017-02-21 BlackMinouAdds an atomic Int to pthreads
2017-02-21 BlackMinouAdding a Nitty version of a condition variable
2016-09-21 Alexis Laferrièrelib: fix clang warnings in md5 and pthreads
2016-04-23 Alexis Laferrièrelib/pthreads: less warnings on OS X
2016-02-11 Alexis Laferrièrelib/pthreads: do not include libgc on iOS
2015-07-07 Alexis Laferrièrelib/pthreads: relay error on init from C to Nit
2015-05-27 Alexis Laferrièrelib: update other libs to use `self` from C and C+...
2015-04-14 BlackMinoupthreads adding a virtual type for synchronization...
2015-03-26 BlackMinoupthreads: Adds "threadeed" annotation
2015-01-26 Alexis Laferrièrelib & contrib & tests: update users of `cflags` and...
2014-11-25 Alexis Laferrièrepthreads: delete `NativePthread::attr` as it is not...
2014-11-25 Alexis Laferrièrepthreads: fix `NativePthread::equal`
2014-11-25 Alexis Laferrièrepthreads: use pkgconfig to locate gc.h
2014-11-22 Alexis Laferrièrepthreads: do not include `gc.h` on Android
2014-11-22 Alexis Laferrièrepthreads: move `NativePthreadBarrier` to `pthreads...
2014-11-22 Alexis Laferrièrepthreads: reimplement `Barrier` to be more portable
2014-11-22 Alexis Laferrièrepthreads: move `cancel` related services to a new ...
2014-10-29 Alexis Laferrièrelib/threads: intro of the threads lib, with Thread...