Searched refs:DoCustomTrampoline_pthread_join (Results 1 – 5 of 5) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libc/proxy/ |
D | pthread_translation.h | 118 void DoCustomTrampoline_pthread_join(HostCode /* callee */,
|
D | pthread_translation.cc | 83 void DoCustomTrampoline_pthread_join(HostCode /* callee */, in DoCustomTrampoline_pthread_join() function
|
D | trampolines_riscv64_to_x86_64-inl.h | 85 {"pthread_join", DoCustomTrampoline_pthread_join, reinterpret_cast<void*>(DoBadThunk)},
|
D | trampolines_arm64_to_x86_64-inl.h | 85 {"pthread_join", DoCustomTrampoline_pthread_join, reinterpret_cast<void*>(DoBadThunk)},
|
D | trampolines_arm_to_x86-inl.h | 84 {"pthread_join", DoCustomTrampoline_pthread_join, reinterpret_cast<void*>(DoBadThunk)},
|