Home
last modified time | relevance | path

Searched refs:notify_wait (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/
Dti_object.cc91 std::vector<jthread> notify_wait; in GetObjectMonitorUsage() local
105 notify_wait.push_back(jni->AddLocalReference<jthread>(thd->GetPeerFromOtherThread())); in GetObjectMonitorUsage()
119 usage->notify_waiter_count = notify_wait.size(); in GetObjectMonitorUsage()
128 reinterpret_cast<const unsigned char*>(notify_wait.data()), in GetObjectMonitorUsage()
129 notify_wait.size() * sizeof(jthread), in GetObjectMonitorUsage()
/art/test/ti-agent/
Dmonitors_helper.cc61 jobjectArray notify_wait = CreateObjectArray(env, usage.notify_waiter_count, "java/lang/Thread", in Java_art_Monitors_getObjectMonitorUsage() local
69 obj, usage.owner, usage.entry_count, wait, notify_wait); in Java_art_Monitors_getObjectMonitorUsage()