Descriptionruntime: make runtime·usleep and runtime·osyield callable from cgo callback
runtime·usleep and runtime·osyield fall back to calling an
assembly wrapper for the libc functions in the absence of a m,
so they can be called in cgo callback context.
Patch Set 1 #Patch Set 2 : diff -r f0aac550f96e https://code.google.com/p/go #Patch Set 3 : diff -r f0aac550f96e https://code.google.com/p/go #Patch Set 4 : diff -r f0aac550f96e https://code.google.com/p/go #Patch Set 5 : diff -r f0aac550f96e https://code.google.com/p/go #Patch Set 6 : diff -r f0aac550f96e https://code.google.com/p/go #Patch Set 7 : diff -r 85b6bbfa558b https://code.google.com/p/go #Patch Set 8 : diff -r 85b6bbfa558b https://code.google.com/p/go #Patch Set 9 : diff -r 85b6bbfa558b https://code.google.com/p/go #MessagesTotal messages: 9
|