Searched refs:new_tag (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/include/android/ |
D | fdsan.h | 144 void android_fdsan_exchange_owner_tag(int fd, uint64_t expected_tag, uint64_t new_tag) __INTRODUCED…
|
/bionic/libc/bionic/ |
D | fdsan.cpp | 299 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/ |
D | fdsan.md | 348 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);
|