Home
last modified time | relevance | path

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

/third_party/boringssl/src/tool/
Dtransport_common.cc389 bool Wait(StdinWait stdin_wait, bool *socket_ready, bool *stdin_ready) { in Wait()
539 bool Wait(StdinWait stdin_wait, bool *socket_ready, bool *stdin_ready) { in Wait()
684 bool stdin_ready = false; in TransferData() local
/third_party/python/Modules/
D_tkinter.c3367 static int stdin_ready = 0; variable