Home
last modified time | relevance | path

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

/aosp12/bionic/libc/platform/bionic/
H A Dfdtrack.h62 typedef void (*android_fdtrack_hook_t)(struct android_fdtrack_event*); typedef
65 bool android_fdtrack_compare_exchange_hook(android_fdtrack_hook_t* expected, android_fdtrack_hook_t
/aosp12/bionic/libc/bionic/
H A Dfdtrack.cpp38 _Atomic(android_fdtrack_hook_t) __android_fdtrack_hook;
57 bool android_fdtrack_compare_exchange_hook(android_fdtrack_hook_t* expected, in android_fdtrack_compare_exchange_hook()
58 android_fdtrack_hook_t value) { in android_fdtrack_compare_exchange_hook()
/aosp12/bionic/libc/private/
H A Dbionic_fdtrack.h40 extern "C" _Atomic(android_fdtrack_hook_t) __android_fdtrack_hook;
/aosp12/bionic/libfdtrack/
H A Dfdtrack.cpp93 android_fdtrack_hook_t expected = nullptr; in ctor()
102 android_fdtrack_hook_t expected = &fd_hook; in dtor()
/aosp12/bionic/tests/
H A Dfdtrack_test.cpp70 android_fdtrack_hook_t previous = nullptr; in FdtrackRun()
71 android_fdtrack_hook_t hook = [](android_fdtrack_event* event) { events.push_back(*event); }; in FdtrackRun()