| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
This is to keep the top-level directory clean, to make it clear what is
core and what is a port, and to allow the repository to grow with new ports
in a sustainable way.
|
| |
|
|
|
|
|
|
| |
The minimum thread stack size is set by pthreads (16k bytes) so we must
use that value for our minimum. The stack limit check is also adjusted
to work correctly for 32-bit builds.
|
|
|
|
|
| |
We rely on the port setting and adjusting the stack size so there is
enough room to recover from hitting the stack limit.
|
| |
|
|
|
|
|
|
| |
SA_SIGINFO allows the signal handler to access more information about
the signal, especially useful in a threaded environment. The extra
information is not currently used but it may prove useful in the future.
|
|
|
|
|
| |
This patch allows any given thread to do a proper garbage collection and
scan all the pointers of all active threads.
|
| |
|
| |
|
|
Has the ability to create new threads.
|