Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(528)

Unified Diff: src/pkg/runtime/stubs.goc

Issue 112990043: code review 112990043: runtime: fine-grained locking in select
Patch Set: diff -r 03b003455359b09fff0f1662255dc5fe10b93290 https://dvyukov%40google.com@code.google.com/p/go/ Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/runtime/stubs.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/runtime/stubs.goc
===================================================================
--- a/src/pkg/runtime/stubs.goc
+++ b/src/pkg/runtime/stubs.goc
@@ -69,6 +69,11 @@
}
#pragma textflag NOSPLIT
+func runtime·gocasp(p *void, x *void, y *void) (ret bool) {
+ ret = runtime·casp((void**)p, (void*)x, (void*)y);
+}
+
+#pragma textflag NOSPLIT
func runtime·getg() (ret *G) {
ret = g;
}
« no previous file with comments | « src/pkg/runtime/stubs.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b