aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/thread.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-16libgo: Update to Go 1.1.1.Ian Lance Taylor1-21/+0
2012-03-06libgo: Update to weekly.2012-03-04 release.Ian Lance Taylor1-0/+33
2012-02-12re PR go/52084 (go tests fail to link on powerpc-linux-gnu (undefined referen...Ian Lance Taylor1-1/+58
2011-12-01runtime: Remove temporary runtime_cond_wait function.Ian Lance Taylor1-24/+0
2011-11-28runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor1-0/+43
2011-11-22runtime: New lock/note implementation.Ian Lance Taylor1-74/+42
2011-10-26Update Go library to last weekly.Ian Lance Taylor1-13/+0
2011-03-09re PR go/48019 (Need to handle EINTR in libgo testsuite)Ian Lance Taylor1-2/+7
2011-02-01Test whether libgcc or kernel defines __sync_bool_compare_and_swap_4.Ian Lance Taylor1-1/+1
2011-02-01Add __sync_bool_compare_and_swap_4 for targets which don't have it.Ian Lance Taylor1-0/+36
2011-01-22Avoid crash when M structure free just before thread exit.Ian Lance Taylor1-6/+10
2010-12-17Rework locking code to split stack much less.Ian Lance Taylor1-13/+48
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+38