OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadReturn
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/jdwp/
JdwpMain.cpp
210
void*
threadReturn
;
228
if (pthread_join(state->debugThreadHandle, &
threadReturn
) != 0) {
/dalvik/vm/compiler/
Compiler.cpp
776
void *
threadReturn
;
798
if (pthread_join(gDvmJit.compilerHandle, &
threadReturn
) != 0)
Completed in 212 milliseconds