Searched defs:add_thread (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.cpp99 void ThreadService::add_thread(JavaThread* thread, bool daemon) { function in class:ThreadService
328 cycle->add_thread(currentThread);
H A DthreadService.hpp77 static void add_thread(JavaThread* thread, bool daemon);
370 void add_thread(JavaThread* t) { _threads->append(t); } function in class:DeadlockCycle

Completed in 33 milliseconds