Note 110 src/pkg/runtime/lock_futex.c runtime·noteclear(Note *n) Note 116 src/pkg/runtime/lock_futex.c runtime·notewakeup(Note *n) Note 129 src/pkg/runtime/lock_futex.c runtime·notesleep(Note *n) Note 142 src/pkg/runtime/lock_futex.c notetsleep(Note *n, int64 ns, int64 deadline, int64 now) Note 176 src/pkg/runtime/lock_futex.c runtime·notetsleep(Note *n, int64 ns) Note 190 src/pkg/runtime/lock_futex.c runtime·notetsleepg(Note *n, int64 ns) Note 123 src/pkg/runtime/lock_sema.c runtime·noteclear(Note *n) Note 129 src/pkg/runtime/lock_sema.c runtime·notewakeup(Note *n) Note 151 src/pkg/runtime/lock_sema.c runtime·notesleep(Note *n) Note 171 src/pkg/runtime/lock_sema.c notetsleep(Note *n, int64 ns, int64 deadline, M *mp) Note 235 src/pkg/runtime/lock_sema.c runtime·notetsleep(Note *n, int64 ns) Note 252 src/pkg/runtime/lock_sema.c runtime·notetsleepg(Note *n, int64 ns) Note 220 src/pkg/runtime/mgc0.c Note alldone; Note 451 src/pkg/runtime/mheap.c forcegchelper(Note *note) Note 513 src/pkg/runtime/mheap.c Note note, *notep; Note 53 src/pkg/runtime/proc.c Note stopnote; Note 55 src/pkg/runtime/proc.c Note sysmonnote; Note 62 src/pkg/runtime/runtime.h typedef struct Note Note; Note 325 src/pkg/runtime/runtime.h Note park; Note 517 src/pkg/runtime/runtime.h Note waitnote; Note 1016 src/pkg/runtime/runtime.h void runtime·noteclear(Note*); Note 1017 src/pkg/runtime/runtime.h void runtime·notesleep(Note*); Note 1018 src/pkg/runtime/runtime.h void runtime·notewakeup(Note*); Note 1019 src/pkg/runtime/runtime.h bool runtime·notetsleep(Note*, int64); // false - timeout Note 1020 src/pkg/runtime/runtime.h bool runtime·notetsleepg(Note*, int64); // false - timeout