haiku/src/libs/posix_error_mapper
Hamish Morrison d1f280c805 Add support for pthread_attr_get/setguardsize()
* Added the aforementioned functions.
* create_area_etc() now takes a guard size parameter.
* The thread_info::stack_base/end range now refers to the usable range
  only.
2012-12-28 18:02:58 +00:00
..
Jamfile Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
misc.cpp Fixed "if" condition: We need to map the error code to a negative value, when 2010-04-08 17:09:56 +00:00
posix_error_mapper.h
pthread_attr.cpp Add support for pthread_attr_get/setguardsize() 2012-12-28 18:02:58 +00:00
pthread_cond.cpp
pthread_condattr.cpp
pthread_misc.cpp
pthread_mutex.cpp
pthread_mutexattr.cpp
pthread_rwlock.cpp
pthread_rwlockattr.cpp
pthread_specific.cpp
pthread_spinlock.cpp Added wrappers for the spinlock functions. 2010-04-17 19:59:02 +00:00
pthread_thread.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
signal.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
time.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00