minix/lib/libmthread
Thomas Veerman c8d0edc06a - Refactor mthread structure fields to prevent name clashes
- Remove sanity checks for initialized mutexes and condition variables. This
  significantly boosts performance. The checks can be turned back on by
  compiling libmthread with MTHREAD_STRICT. According to POSIX operations on
  uninitialized variables are a MAY fail if, therefore allowing this
  optimization.
- Test59 has to be accommodated to the lack of sanity checks on uninitialized
  variables in the library. It specifically tests for them and will run into
  segfaults when the checks are absent in the library.
- Fix a few bugs related to the scheduler
- Do some general code cleanups
2011-03-18 10:29:54 +00:00
..
allocate.c - Refactor mthread structure fields to prevent name clashes 2011-03-18 10:29:54 +00:00
attribute.c - Refactor mthread structure fields to prevent name clashes 2011-03-18 10:29:54 +00:00
condition.c - Refactor mthread structure fields to prevent name clashes 2011-03-18 10:29:54 +00:00
global.h - Refactor mthread structure fields to prevent name clashes 2011-03-18 10:29:54 +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 - Refactor mthread structure fields to prevent name clashes 2011-03-18 10:29:54 +00:00
proto.h - Refactor mthread structure fields to prevent name clashes 2011-03-18 10:29:54 +00:00
queue.c - Refactor mthread structure fields to prevent name clashes 2011-03-18 10:29:54 +00:00
scheduler.c - Refactor mthread structure fields to prevent name clashes 2011-03-18 10:29:54 +00:00