OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadStatus
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/test/intltest/
tsmthred.cpp
774
int32_t
threadStatus
= tests[j].start();
775
if (
threadStatus
!= 0) {
776
errln("System Error %d starting thread number %d.",
threadStatus
, j);
[
all
...]
/dalvik/vm/
Debugger.h
233
bool dvmDbgGetThreadStatus(ObjectId threadId, u4*
threadStatus
,
/dalvik/vm/jdwp/
JdwpHandler.cpp
1065
u4
threadStatus
;
1067
if (!dvmDbgGetThreadStatus(threadId, &
threadStatus
, &suspendStatus))
1070
LOGV(" --> %s, %s", dvmJdwpThreadStatusStr(
threadStatus
),
1073
expandBufAdd4BE(pReply,
threadStatus
);
[
all
...]
Completed in 752 milliseconds