Home
last modified time | relevance | path

Searched defs:noteQueue (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsigqueue_plan9.go27 type noteQueue struct { struct
28 lock mutex
29 data [qsize]noteData
30 ri int
31 wi int
32 full bool
36 func (q *noteQueue) push(item *byte) bool {
56 func (q *noteQueue) pop() string {