Searched defs:handle (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/
H A DNative.cpp152 void* handle; /* from dlopen */ member in struct:SharedLib
236 dlclose(pLib->handle);
322 void* handle; local
383 handle = dlopen(pathName, RTLD_LAZY);
386 if (handle == NULL) {
396 pNewEntry->handle = handle;
418 vonLoad = dlsym(handle, "JNI_OnLoad");
719 func = dlsym(pLib->handle, mangleCM);
733 func = dlsym(pLib->handle, mangleCMSi
[all...]
H A DSync.cpp225 Monitor handle; local
231 prev = &handle;
244 *mon = handle.next;
H A DThread.h161 /* thread handle, as reported by pthread_self() */
162 pthread_t handle; member in struct:Thread
517 * Given a pthread handle, return the associated Thread*.
522 Thread* dvmGetThreadByHandle(pthread_t handle);

Completed in 59 milliseconds