Searched refs:AssociatedWith (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dpark.hpp52 JavaThread * AssociatedWith ; // Current association member in class:Parker
58 AssociatedWith = NULL ;
123 Thread * AssociatedWith ; member in class:ParkEvent
155 AssociatedWith = NULL ;
H A Dpark.cpp97 guarantee (ev->AssociatedWith == NULL, "invariant") ;
118 ev->AssociatedWith = t ; // Associate ev with t
126 ev->AssociatedWith = NULL ;
202 guarantee (p->AssociatedWith == NULL, "invariant") ;
219 p->AssociatedWith = t ; // Associate p with t
227 guarantee (p->AssociatedWith != NULL, "invariant") ;
229 p->AssociatedWith = NULL ;

Completed in 54 milliseconds