Home
last modified time | relevance | path

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

/bionic/libc/include/android/
Dfdsan.h144 void android_fdsan_exchange_owner_tag(int fd, uint64_t expected_tag, uint64_t new_tag) __INTRODUCED…
/bionic/libc/bionic/
Dfdsan.cpp299 void android_fdsan_exchange_owner_tag(int fd, uint64_t expected_tag, uint64_t new_tag) { in android_fdsan_exchange_owner_tag() argument
310 if (!atomic_compare_exchange_strong(&fde->close_tag, &tag, new_tag)) { in android_fdsan_exchange_owner_tag()
/bionic/docs/
Dfdsan.md348 static void exchange_tag(int fd, uint64_t old_tag, uint64_t new_tag) {
350 android_fdsan_exchange_owner_tag(fd, old_tag, new_tag);