Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/rayon-core/tests/
Dstack_overflow_crash.rs31 fn overflow_code() -> Option<i32> { in overflow_code() function
36 fn overflow_code() -> Option<i32> { in overflow_code() function
50 assert_eq!(status.code(), overflow_code()); in stack_overflow_crash()