Searched refs:Signaled (Results 1 – 7 of 7) sorted by relevance
383 -10006 errOSACantAssign Signaled when an object cannot be set in a container.386 -10003 OSAIllegalAssign Signaled when an object can never be set in a container1016 -2755 OSAControlFlowError Signaled when illegal control flow occurs in an application (no catcher f…1017 -2754 OSAInconsistentDeclarations Signaled when a variable is declared inconsistently in the same s…1018 -2753 OSAUndefinedVariable Signaled when a variable is accessed that has no value1019 -2752 OSADuplicateHandler Signaled when more than one handler is defined with the same name in a sc…1020 -2751 OSADuplicateProperty Signaled when a formal parameter, local variable, or instance variable i…1021 -2750 OSADuplicateParameter Signaled when a formal parameter, local variable, or instance variable …1022 -2742 OSATokenTooLong Signaled when a name or number is too long to be parsed1023 -2741 OSASyntaxTypeError Signaled when another form of syntax was expected. (e.g. "expected a <type…[all …]
224 func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&mask != 0 } func234 func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core != 0 }
101 func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&mask != 0 } func111 func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core != 0 }
300 func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&mask != exited } func306 func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core != 0 }316 if !w.Signaled() {
198 } else if !ws.Signaled() || ws.Signal() != syscall.SIGTERM {
1562 Signaled whenever rounding discards digits; even if those digits are zero
1603 Signaled whenever rounding discards digits; even if those digits are zero