minix/lib/libmthread
Thomas Veerman a7072a5e1c Revamp the mthread library and update test59
Before, the 'main thread' of a process was never taken into account anywhere in
the library, causing mutexes not to work properly (and consequently, neither
did the condition variables). For example, if the 'main thread' (that is, the
thread which is started at the beginning of a process; not a spawned thread by
the library) would lock a mutex, it wasn't actually locked.
2010-09-30 13:44:13 +00:00
..
allocate.c Revamp the mthread library and update test59 2010-09-30 13:44:13 +00:00
attribute.c Revamp the mthread library and update test59 2010-09-30 13:44:13 +00:00
condition.c Revamp the mthread library and update test59 2010-09-30 13:44:13 +00:00
global.h Revamp the mthread library and update test59 2010-09-30 13:44:13 +00:00
Makefile Add libmthread and test59 to test the implementation 2010-09-21 12:22:38 +00:00
misc.c Revamp the mthread library and update test59 2010-09-30 13:44:13 +00:00
mutex.c Revamp the mthread library and update test59 2010-09-30 13:44:13 +00:00
proto.h Revamp the mthread library and update test59 2010-09-30 13:44:13 +00:00
queue.c Revamp the mthread library and update test59 2010-09-30 13:44:13 +00:00
scheduler.c Revamp the mthread library and update test59 2010-09-30 13:44:13 +00:00