- Jan 27, 2013
-
-
Avi Kivity authored
The thread list is used by the debugger to inspect running and stopped threads.
-
- Jan 21, 2013
-
-
Avi Kivity authored
-
Avi Kivity authored
-
- Jan 20, 2013
-
-
Avi Kivity authored
Needed for pthread_attr_*() (and in general to make sure the stack is a regular vma as expected by the payload).
-
- Jan 16, 2013
-
-
Avi Kivity authored
Thread timers can be set to wake a thread at a specified time, or cancelled.
-
- Jan 13, 2013
-
-
Avi Kivity authored
Required by pthread_getattr_np(), in turn required by the jvm.
-
- Jan 02, 2013
-
-
Avi Kivity authored
This way everyone's running on a similar sized stack. Theoretically the main thread can be destroyed as well.
-
Avi Kivity authored
Uniprocessor, non-preemptive, round-robin.
-