Searched refs:waiter_count (Results 1 - 6 of 6) sorted by relevance
| /openjdk7/jdk/src/share/back/ |
| H A D | ObjectReferenceImpl.c | 222 (void)outStream_writeInt(out, info.waiter_count); 223 for (i = 0; i < info.waiter_count; i++) {
|
| /openjdk7/hotspot/src/share/vm/prims/ |
| H A D | jvmtiEnvBase.cpp | 1039 ret.waiter_count = nWant + nWait; 1043 ret.waiter_count = 0; 1049 err = allocate(ret.waiter_count * sizeof(jthread *), (unsigned char**)&ret.waiters); 1066 memset(ret.waiters, 0, ret.waiter_count * sizeof(jthread *)); 1069 if (ret.waiter_count > 0) { 1130 ret.waiter_count = nWant + nWait;
|
| /openjdk7/jdk/src/share/demo/jvmti/hprof/ |
| H A D | hprof_io.h | 123 SerialNumber *waiters, jint waiter_count,
|
| H A D | hprof_tls.c | 634 waiter_nums = HPROF_MALLOC(usage.waiter_count* 636 for ( t = 0 ; t < usage.waiter_count ; t++ ) { 649 waiter_nums, usage.waiter_count,
|
| H A D | hprof_io.c | 1323 SerialNumber *waiters, jint waiter_count, 1340 for (i = 0; i < waiter_count; i++) { 1342 (i != (waiter_count-1))); 1321 io_write_monitor_dump_state(char *sig, SerialNumber thread_serial_num, jint entry_count, SerialNumber *waiters, jint waiter_count, SerialNumber *notify_waiters, jint notify_waiter_count) argument
|
| /openjdk7/jdk/src/share/javavm/export/ |
| H A D | jvmti.h | 612 jint waiter_count; member in struct:_jvmtiMonitorUsage
|
Completed in 52 milliseconds