]> Cypherpunks repositories - gostls13.git/commit
pkg/runtime: Fix semasleep on Plan 9
authorAkshat Kumar <seed@mail.nanosouffle.net>
Wed, 16 May 2012 22:09:28 +0000 (15:09 -0700)
committerRob Pike <r@golang.org>
Wed, 16 May 2012 22:09:28 +0000 (15:09 -0700)
commitf5752848fde774c5c16c5e58f15558a253a03119
tree48221f77cb2675144a57912cd8eca898c242cc10
parent6dfe0162a659d75bf83379dd03c040ae8666b9a5
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
src/pkg/runtime/os_plan9.h
src/pkg/runtime/sys_plan9_386.s
src/pkg/runtime/thread_plan9.c