HomeSort by relevance Sort by last modified time
    Searched full:thrd (Results 1 - 25 of 27) sorted by null

1 2

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
CurrentContendedMonitorDebuggee.java 48 DebuggeeThread thrd; field in class:CurrentContendedMonitorDebuggee
51 thrd = new DebuggeeThread(TESTED_THREAD, logWriter, synchronizer);
54 thrd.start();
69 if (thrd.isAlive()) {
71 thrd.interrupt();
InterruptTest.java 79 Thread thrd = new RecvThread(); local
80 thrd.start();
82 thrd.join(settings.getTimeout());
StopDebuggee.java 74 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, local
78 thrd.start();
87 while ( thrd.isAlive() ) {
ThreadGroupDebuggee.java 71 DebuggeeThread thrd = new DebuggeeThread(thrdGroup, TESTED_THREAD, local
75 thrd.start();
83 while ( thrd.isAlive() ) {
InterruptDebuggee.java 50 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, local
54 thrd.start();
OwnedMonitorsDebuggee.java 48 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, local
52 thrd.start();
StatusDebuggee.java 46 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, local
50 thrd.start();
OwnedMonitorsStackDepthInfoDebuggee.java 42 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, local
46 thrd.start();
ForceEarlyReturnDebuggee.java 71 DebuggeeThread thrd = new DebuggeeThread(threadName, logWriter, local
74 thrd.start();
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DisposeDuringInvokeDebuggee.java 71 DebuggeeThread thrd = new DebuggeeThread(); local
77 thrd.start();
81 thrd.join();
AllThreadsDebuggee.java 63 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, local
67 thrd.start();
76 while ( thrd.isAlive() ) {
HoldEventsDebuggee.java 51 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, local
56 thrd.start();
ReleaseEventsDebuggee.java 51 DebuggeeThread thrd = new DebuggeeThread(TESTED_THREAD, local
56 thrd.start();
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPUnitDebuggeeProcessWrapper.java 277 ProcessWaiter thrd = new ProcessWaiter(); local
278 thrd.setDaemon(true);
279 thrd.start();
281 thrd.join(settings.getTimeout());
286 if (thrd.isAlive()) {
290 thrd.interrupt();
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
ChildrenDebuggee.java 57 DebuggeeThread thrd = new DebuggeeThread(thrdGroupParent, TESTED_THREAD, local
61 thrd.start();
NameDebuggee.java 58 DebuggeeThread thrd = new DebuggeeThread(thrdGroupChild, TESTED_THREAD, local
62 thrd.start();
  /external/libmicrohttpd/src/testcurl/
test_quiesce.c 190 pthread_t thrd; local
232 if (0 != pthread_create(&thrd, NULL, &ServeOneRequest, (void*)(intptr_t) fd))
251 if (0 != pthread_join(thrd, (void**)&thrdRet))
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_CompThread.c 128 G726DEC_DPRINT(":: Comp Thrd Exiting here...\n");
135 G726DEC_EPRINT(":: Comp Thrd Exiting here...\n");
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_CompThread.c 148 OMX_PRINT1(pComponentPrivate->dbg, ":: Comp Thrd Exiting here...\n");
164 OMX_ERROR4(pComponentPrivate->dbg, ":: Comp Thrd Exiting here...\n");
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_ComponentThread.c 110 OMX_ERROR4(pComponentPrivate->dbg, ":: Comp Thrd Exiting here...\n");
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_CompThread.c 150 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Comp Thrd Exiting here...\n",__LINE__);
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_CompThread.c 121 OMX_ERROR4(pComponentPrivate->dbg, ":: Comp Thrd Exiting here...\n");
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_ComponentThread.c 138 OMX_ERROR2(pComponentPrivate->dbg, ":: Comp Thrd Exiting here...\n");
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_ComponentThread.c 135 OMX_ERROR4(pComponentPrivate->dbg, "Comp Thrd Exiting here...\n");
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_CompThread.c 136 OMX_ERROR4(pComponentPrivate->dbg, "Comp Thrd Exiting!\n");

Completed in 484 milliseconds

1 2