Home
last modified time | relevance | path

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

/aosp12/art/test/924-threads/
H A Dthreads.cc38 struct WaiterStruct { struct
45 WaiterStruct* s = nullptr; in Java_art_Test924_nativeWaiterStructAlloc()
48 jvmti_env->Allocate(sizeof(WaiterStruct), in Java_art_Test924_nativeWaiterStructAlloc()
59 WaiterStruct* s = reinterpret_cast<WaiterStruct*>(static_cast<intptr_t>(waiter_struct)); in Java_art_Test924_nativeWaiterStructWaitForNative()
65 WaiterStruct* s = reinterpret_cast<WaiterStruct*>(static_cast<intptr_t>(waiter_struct)); in Java_art_Test924_nativeWaiterStructFinish()
72 WaiterStruct* s = reinterpret_cast<WaiterStruct*>(static_cast<intptr_t>(waiter_struct)); in Java_art_Test924_nativeLoop()