summaryrefslogtreecommitdiff
path: root/libgo/runtime/thread.c
Commit message (Expand)AuthorAgeFilesLines
* runtime, sync: use __atomic intrinsics instead of __syncIan Lance Taylor2019-02-011-161/+0
* libgo: Update to Go 1.1.1.Ian Lance Taylor2013-07-161-21/+0
* libgo: Update to weekly.2012-03-04 release.Ian Lance Taylor2012-03-061-0/+33
* re PR go/52084 (go tests fail to link on powerpc-linux-gnu (undefined referen...Ian Lance Taylor2012-02-121-1/+58
* runtime: Remove temporary runtime_cond_wait function.Ian Lance Taylor2011-12-011-24/+0
* runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor2011-11-281-0/+43
* runtime: New lock/note implementation.Ian Lance Taylor2011-11-221-74/+42
* Update Go library to last weekly.Ian Lance Taylor2011-10-261-13/+0
* re PR go/48019 (Need to handle EINTR in libgo testsuite)Ian Lance Taylor2011-03-091-2/+7
* Test whether libgcc or kernel defines __sync_bool_compare_and_swap_4.Ian Lance Taylor2011-02-011-1/+1
* Add __sync_bool_compare_and_swap_4 for targets which don't have it.Ian Lance Taylor2011-02-011-0/+36
* Avoid crash when M structure free just before thread exit.Ian Lance Taylor2011-01-221-6/+10
* Rework locking code to split stack much less.Ian Lance Taylor2010-12-171-13/+48
* Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor2010-12-031-0/+38