Age | Commit message (Collapse) | Author |
|
Minor tweaks to compile with the above, primarily in fixing
the conflicts between semaphore.h and rthread.h
"i like the additional warnings" tedu@
|
|
not use a separate reaper thread. ok tedu@ marc@
|
|
size (and guard zone size) to be set using pthread_attr. Guard
zones are specified in bytes, but implemented in terms of a
page size.
OK Otto@
|
|
_rthread_debug(3, "foo = %s", foo);
where output is to stderr and will only be printed if the current
debug level is >= 3. Messages with a debug level of 0 are always
printed. The level can be set from the environment (not enabled yet)
or with gdb by modifying variable _rthread_debug_level.
"Fine with me" -Otto
|
|
pthread_stackseg_np(), from existing pthread lib.
discussed with tedu@ ok marc@
|
|
|
|
ok brad
|
|
|
|
|