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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_trace.c565 SerialNumber *thread_serial_nums,
578 HPROF_ASSERT(thread_serial_nums!=NULL);
620 traces[i] = find_or_create(thread_serial_nums[i],
634 SerialNumber *thread_serial_nums,
641 HPROF_ASSERT(thread_serial_nums!=NULL);
654 trace_get_all_current(thread_count, threads, thread_serial_nums,
564 trace_get_all_current(jint thread_count, jthread *threads, SerialNumber *thread_serial_nums, int depth, jboolean skip_init, TraceIndex *traces, jboolean always_care) argument
633 trace_increment_all_sample_costs(jint thread_count, jthread *threads, SerialNumber *thread_serial_nums, int depth, jboolean skip_init) argument

Completed in 31 milliseconds