Home
last modified time | relevance | path

Searched refs:FDSAN_ERROR_LEVEL_DISABLED (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/porting/linux/user/src/fdsan/
H A Dfdsan.c128 if (error_level == FDSAN_ERROR_LEVEL_DISABLED) { in fdsan_error()
136 atomic_compare_exchange_strong(&fd_table->error_level, &error_level, FDSAN_ERROR_LEVEL_DISABLED); in fdsan_error()
143 case FDSAN_ERROR_LEVEL_DISABLED: in fdsan_error()
/third_party/musl/src/fdsan/linux/
H A Dfdsan.c167 if (error_level == FDSAN_ERROR_LEVEL_DISABLED) { in fdsan_error()
178 atomic_compare_exchange_strong(&fd_table->error_level, &error_level, FDSAN_ERROR_LEVEL_DISABLED); in fdsan_error()
187 case FDSAN_ERROR_LEVEL_DISABLED: in fdsan_error()
/third_party/musl/porting/linux/user/include/
H A Dstdio.h252 FDSAN_ERROR_LEVEL_DISABLED, enumerator
254 // Warn once(ish) on error, and then downgrade to FDSAN_ERROR_LEVEL_DISABLED.
/third_party/musl/include/
H A Dstdio.h252 FDSAN_ERROR_LEVEL_DISABLED, enumerator
254 // Warn once(ish) on error, and then downgrade to FDSAN_ERROR_LEVEL_DISABLED.

Completed in 3 milliseconds