aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/lock_sema.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-30runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor1-281/+0
2016-08-30runtime: use -fgo-c-header to build C header fileIan Lance Taylor1-2/+2
2014-07-19libgo: Update to Go 1.3 release.Ian Lance Taylor1-1/+1
2014-06-06libgo: Merge to master revision 19184.Ian Lance Taylor1-1/+10
2013-12-06re PR go/59408 (Many Go tests FAIL with notesleep not on g0)Ian Lance Taylor1-0/+4
2013-11-06libgo: Update to October 24 version of master library.Ian Lance Taylor1-35/+66
2013-07-16libgo: Update to Go 1.1.1.Ian Lance Taylor1-17/+17
2012-03-06libgo: Update to weekly.2012-03-04 release.Ian Lance Taylor1-0/+11
2012-01-13libgo: Update to weekly.2011-12-22.Ian Lance Taylor1-3/+5
2011-11-29runtime: If no sem_timedwait, use pthread_cond_timedwait.Ian Lance Taylor1-1/+8
2011-11-22runtime: New lock/note implementation.Ian Lance Taylor1-0/+217