shithub: mc

RSS feed

30676356 – Ori Bernstein <[email protected]> authored on 2015/11/27 20:08
Improve comments.

fe9e325f – Ori Bernstein <[email protected]> authored on 2015/11/27 19:44
Correctly handle spawning and exiting threads.

b92c74ca – Ori Bernstein <[email protected]> authored on 2015/09/18 15:34
Add futex-based future implementation.

1b5b7ee4 – Ori Bernstein <[email protected]> authored on 2015/09/17 20:36
Make tests run faster.

bfeac2fc – Ori Bernstein <[email protected]> authored on 2015/09/17 20:13
Fix condvars to use requeue.

1fd6d73d – Ori Bernstein <[email protected]> authored on 2015/09/17 19:53
Add basic test for condvars.

a8a61e67 – Ori Bernstein <[email protected]> authored on 2015/09/17 19:28
Simplify the condvar a bit.

b4a8cf6e – Ori Bernstein <[email protected]> authored on 2015/09/17 16:34
Update tests.

ab327dfa – Ori Bernstein <[email protected]> authored on 2015/09/16 19:17
Add first crack at condvars.

1753ea7e – Ori Bernstein <[email protected]> authored on 2015/09/16 19:14
Make the tests a bit more stressful.

1882f1be – Ori Bernstein <[email protected]> authored on 2015/09/16 19:13
Remove spin on unlock.

95ba2c22 – Ori Bernstein <[email protected]> authored on 2015/09/16 15:07
Unbreak mutex.

d3091cbc – Ori Bernstein <[email protected]> authored on 2015/09/16 10:42
Comment the code.

1edee0e3 – Ori Bernstein <[email protected]> authored on 2015/09/16 09:40
Rename 'Sleep' to 'Lockedcontended'.

28c95a07 – Ori Bernstein <[email protected]> authored on 2015/09/16 05:32
Add more atomics for pointer-sized things.

77c74d43 – Ori Bernstein <[email protected]> authored on 2015/09/15 20:11
Add mutex implementation.

e841ef7c – Ori Bernstein <[email protected]> authored on 2015/08/28 16:49
Move to use libsys's fnclone.

10a209f1 – Ori Bernstein <[email protected]> authored on 2015/08/27 19:53
Start of libthread for linux.