Home
last modified time | relevance | path

Searched refs:bAborted (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCharacter stream dumper.cs52 protected volatile bool bAborted = false; field in Nintendo.SDSG.KeyboardInputProcessorBase
462 this.bAborted = true; in Abort()
628 while (!this.bAborted) in input_thread_proc()
635 if ((this.bytes_read != 0) && (!this.bAborted)) in input_thread_proc()
721 while (!bAborted) in input_thread_proc()