OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Await
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/src/syscall/
syscall_plan9.go
196
//sys
await
(s []byte) (n int, err error)
197
func
Await
(w *Waitmsg) (err error) {
201
n, err :=
await
(buf[:])
228
//
await
() returns '' for no error
/prebuilts/go/linux-x86/src/syscall/
syscall_plan9.go
196
//sys
await
(s []byte) (n int, err error)
197
func
Await
(w *Waitmsg) (err error) {
201
n, err :=
await
(buf[:])
228
//
await
() returns '' for no error
/external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h
216
void
Await
(Condition cond) { WaitLoop(cond); }
/external/v8/src/parsing/
preparser.h
64
static PreParserIdentifier
Await
() {
[
all
...]
Completed in 94 milliseconds