commit | f5752848fde774c5c16c5e58f15558a253a03119 | [log] [tgz] |
---|---|---|
author | Akshat Kumar <seed@mail.nanosouffle.net> | Wed May 16 15:09:28 2012 -0700 |
committer | Rob Pike <r@golang.org> | Wed May 16 15:09:28 2012 -0700 |
tree | 48221f77cb2675144a57912cd8eca898c242cc10 | |
parent | 6dfe0162a659d75bf83379dd03c040ae8666b9a5 [diff] |
pkg/runtime: Fix semasleep on Plan 9 With the timed semacquire patch (kernel-tsemacquire) for Plan 9, we can now properly do a timed wait for the semaphore, in semasleep. R=golang-dev, rsc, rminnich, ality, r CC=0intro, golang-dev, john, mirtchovski https://golang.org/cl/6197046