summary refs log tree commit diff
path: root/src/rt/sync/rust_thread.h
AgeCommit message (Collapse)AuthorLines
2012-02-10rt: Use 100k stacks for scheduler threadsBrian Anderson-1/+5
2012-02-09rt: Detach pthreads before exitingBrian Anderson-2/+3
Joinable pthreads need to be either joined or detached and we no longer join with the scheduler threads.
2012-02-09rt: Move rust_thread to its own filesBrian Anderson-0/+26