Searched refs:DoCustomTrampoline_pthread_key_create (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libc/proxy/ |
D | pthread_translation.h | 126 void DoCustomTrampoline_pthread_key_create(HostCode callee,
|
D | pthread_translation.cc | 140 void DoCustomTrampoline_pthread_key_create(HostCode /* callee */, in DoCustomTrampoline_pthread_key_create() function
|
D | trampolines_arm_to_x86-inl.h | 89 {"pthread_key_create", DoCustomTrampoline_pthread_key_create, reinterpret_cast<void*>(DoBadThunk)},
|
D | trampolines_riscv64_to_x86_64-inl.h | 90 {"pthread_key_create", DoCustomTrampoline_pthread_key_create, reinterpret_cast<void*>(DoBadThunk)},
|
D | trampolines_arm64_to_x86_64-inl.h | 90 {"pthread_key_create", DoCustomTrampoline_pthread_key_create, reinterpret_cast<void*>(DoBadThunk)},
|