c8d0edc06a
- 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 |
||
---|---|---|
.. | ||
allocate.c | ||
attribute.c | ||
condition.c | ||
global.h | ||
Makefile | ||
misc.c | ||
mutex.c | ||
proto.h | ||
queue.c | ||
scheduler.c |