OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ownerthread
(Results
1 - 3
of
3
) sorted by null
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
OwnedMonitorsTest.java
84
long
ownerThread
;
100
ownerThread
= replyObj.getNextValueAsThreadID();
101
logWriter.println("\t\t" + "
ownerThread
ID: " +
ownerThread
);
103
ownerName = debuggeeWrapper.vmMirror.getThreadName(
ownerThread
);
104
logWriter.println("\t\t" + "
ownerThread
name: " + ownerName);
106
if (
ownerThread
!= testedThreadID) {
107
printErrorAndFail("wrong owner thread: " +
ownerThread
);
/external/webrtc/webrtc/base/
signalthread_unittest.cc
99
class
OwnerThread
: public Thread, public sigslot::has_slots<> {
101
explicit
OwnerThread
(SignalThreadTest* harness)
106
virtual ~
OwnerThread
() {
113
signal_thread->SignalWorkDone.connect(this, &
OwnerThread
::OnWorkDone);
130
RTC_DISALLOW_COPY_AND_ASSIGN(
OwnerThread
);
138
scoped_ptr<
OwnerThread
> owner(new
OwnerThread
(this));
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h
[
all
...]
Completed in 2467 milliseconds