Searched refs:notify_wait (Results 1 – 2 of 2) sorted by relevance
91 std::vector<jthread> notify_wait; in GetObjectMonitorUsage() local105 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()
61 jobjectArray notify_wait = CreateObjectArray(env, usage.notify_waiter_count, "java/lang/Thread", in Java_art_Monitors_getObjectMonitorUsage() local69 obj, usage.owner, usage.entry_count, wait, notify_wait); in Java_art_Monitors_getObjectMonitorUsage()