Searched defs:controlBuffer (Results 1 – 3 of 3) sorted by relevance
232 type controlBuffer struct { struct233 ch chan struct{}234 done <-chan struct{}235 mu sync.Mutex236 consumerWaiting bool237 list *itemList238 err error249 func (c *controlBuffer) put(it interface{}) error {254 func (c *controlBuffer) executeAndPut(f func(it interface{}) bool, it interface{}) (bool, error) {282 func (c *controlBuffer) get(block bool) (interface{}, error) {[all …]
83 uint8_t controlBuffer[ 128 ]; member
352 Move<VkBuffer> controlBuffer; in iterate() local