Commit 8b85a3d4 authored by Anthony Martin's avatar Anthony Martin

runtime: mark usleep as NOSPLIT on Plan 9

Usleep is called from lockextra, also marked NOSPLIT.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9258043
parent b65271d0
......@@ -122,6 +122,7 @@ runtime·osyield(void)
runtime·sleep(0);
}
#pragma textflag 7
void
runtime·usleep(uint32 µs)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment