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");
721 func = dlsym(pLib->handle, mangleCM);
735 func = dlsym(pLib->handle, mangleCMSi
[all...]
H A DSync.cpp221 Monitor handle; local
227 prev = &handle;
240 *mon = handle.next;
H A DThread.h161 /* thread handle, as reported by pthread_self() */
162 pthread_t handle; member in struct:Thread
522 * Given a pthread handle, return the associated Thread*.
527 Thread* dvmGetThreadByHandle(pthread_t handle);

Completed in 131 milliseconds