minix/lib/libmthread
Thomas Veerman accaae9b2c libmthread: add guard pages to stacks
Add guard pages to the top of the stack to catch overflow errors.
Moreover, fix a bug where libmthread would keep using a stack that was
just deallocated; a detached thread would deallocate its own stack after
it was finished running).
2012-02-13 13:50:31 +00:00
..
allocate.c libmthread: add guard pages to stacks 2012-02-13 13:50:31 +00:00
attribute.c Return errors directly instead of using errno 2011-04-13 14:01:13 +00:00
condition.c Clean up mthread 2011-07-27 09:30:26 +00:00
event.c libmthread: add mthread_event_fire_all 2011-12-01 14:53:20 +01:00
global.h libmthread: add guard pages to stacks 2012-02-13 13:50:31 +00:00
key.c Clean up mthread 2011-07-27 09:30:26 +00:00
Makefile adding rwlock and event support to mthread 2011-11-29 14:35:22 +01:00
misc.c Clean up mthread 2011-07-27 09:30:26 +00:00
mutex.c Clean up mthread 2011-07-27 09:30:26 +00:00
proto.h libmthread: add guard pages to stacks 2012-02-13 13:50:31 +00:00
queue.c Clean up mthread 2011-07-27 09:30:26 +00:00
rwlock.c adding rwlock and event support to mthread 2011-11-29 14:35:22 +01:00
scheduler.c libmthread: add guard pages to stacks 2012-02-13 13:50:31 +00:00