Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/android/libthread_db/
Dlibthread_db.c74 td_thrhandle_t handle; in td_ta_thr_iter() local
103 td_err_e td_thr_get_info(td_thrhandle_t const* handle, td_thrinfo_t* info) { in td_thr_get_info()
135 td_err_e td_thr_event_enable(const td_thrhandle_t* handle, int event) { in td_thr_event_enable()
/ndk/sources/host-tools/ndk-stack/
Dndk-stack.c72 FILE* handle = use_stdin ? stdin : fopen(dump_file, "r"); in main() local
/ndk/sources/cxx-stl/gabi++/src/
Dstdexcept.cc54 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD); in compute_gcc_empty_string_storage() local
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h970 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle()
976 void Reset(HANDLE handle) { in Reset()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dxlocale.c214 void *handle = dlopen(path, RTLD_LOCAL | RTLD_NOW); in newlocale() local
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-death-test_test.cc1098 HANDLE handle = ::CreateEvent(NULL, FALSE, FALSE, NULL); in TEST() local