Searched refs:set_owner (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.inline.hpp107 inline void ObjectMonitor::set_owner(void* owner) { function in class:ObjectMonitor
H A Dmutex.cpp916 set_owner (Self);
961 set_owner (Self);
982 set_owner(Self); // Do not need to be atomic, since we are at a safepoint
990 set_owner (Self);
999 set_owner (NULL) ;
1036 // might return NULL. Don't call set_owner since it will break on an NULL owner
1075 // directly set _owner instead of using set_owner(null)
1109 set_owner(NULL);
1146 set_owner (Self) ;
H A Dmutex.hpp227 void set_owner(Thread* owner) { function in class:Monitor
H A DobjectMonitor.hpp124 void set_owner(void* owner);
H A Dsynchronizer.cpp1140 s->set_owner (NULL) ; // redundant but good hygiene
1310 m->set_owner(mark->locker());
1349 m->set_owner(NULL);
1358 m->set_owner (NULL) ;

Completed in 42 milliseconds