Searched defs:thread_num (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1Refine.cpp51 _n_worker_threads = thread_num();
117 int ConcurrentG1Refine::thread_num() { function in class:ConcurrentG1Refine
/openjdk7/hotspot/src/share/vm/memory/
H A DtenuredGeneration.cpp343 oop TenuredGeneration::par_promote(int thread_num, argument
346 ParGCAllocBufferWithBOT* buf = _alloc_buffers[thread_num];
390 void TenuredGeneration::par_promote_alloc_undo(int thread_num, argument
393 ParGCAllocBufferWithBOT* buf = _alloc_buffers[thread_num];
403 void TenuredGeneration::par_promote_alloc_done(int thread_num) { argument
404 ParGCAllocBufferWithBOT* buf = _alloc_buffers[thread_num];
H A Dgeneration.hpp317 // Thread "thread_num" (0 <= i < ParalleGCThreads) wants to promote
324 virtual oop par_promote(int thread_num,
328 // "thread_num" ("obj", of "word_sz").
329 virtual void par_promote_alloc_undo(int thread_num,
335 virtual void par_promote_alloc_done(int thread_num) {} argument
338 // performed by "thread_num" in the current collection, if any, have been
341 virtual void par_oop_since_save_marks_iterate_done(int thread_num) {} argument
H A Dgeneration.cpp215 oop Generation::par_promote(int thread_num, argument
222 void Generation::par_promote_alloc_undo(int thread_num, argument
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.hpp164 int thread_num() { return _thread_num; } function in class:ParScanThreadState

Completed in 38 milliseconds