Searched defs:chansend (Results 1 – 2 of 2) sorted by relevance
171 func chansend(c *hchan, ep unsafe.Pointer, block bool, callerpc uintptr) bool { func
3859 func chansend(ch unsafe.Pointer, val unsafe.Pointer, nb bool) bool { func