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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.cpp150 int tcount = 0; local
153 if (tcount++ == tnum) {
154 tcount = 0;
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp5349 mach_msg_type_number_t tcount = THREAD_INFO_MAX; local
5354 kr = thread_info(mach_thread, THREAD_BASIC_INFO, (thread_info_t)&tinfo, &tcount);

Completed in 233 milliseconds