Searched refs:tid (Results 26 - 43 of 43) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp1844 template <class T> void immediate_rs_update(HeapRegion* from, T* p, int tid) {
1846 _g1_rem->par_write_ref(from, p, tid);
1850 template <class T> void deferred_rs_update(HeapRegion* from, T* p, int tid) {
1890 template <class T> void update_rs(HeapRegion* from, T* p, int tid) {
1892 deferred_rs_update(from, p, tid);
1894 immediate_rs_update(from, p, tid);
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c1891 pthread_t tid; local
1900 if (pthread_create(&tid, &attr, (void *(*)(void*))continuation, (void*)args) == 0) {
1902 pthread_join(tid, &tmp);
1916 thread_t tid; local
1918 if (thr_create(NULL, stack_size, (void *(*)(void *))continuation, args, flags, &tid) == 0) {
1920 thr_join(tid, NULL, &tmp);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.cpp1917 (jvmtiHeapReferenceKind ref_kind, jlong thread_tag, jlong tid, int depth,
1941 static inline bool report_jni_local_root(jlong thread_tag, jlong tid, jint depth,
1943 static inline bool report_stack_ref_root(jlong thread_tag, jlong tid, jint depth,
2155 jlong tid,
2189 reference_info.stack_local.thread_id = tid;
2437 inline bool CallbackInvoker::report_jni_local_root(jlong thread_tag, jlong tid, jint depth, jmethodID m, oop obj) { argument
2447 thread_tag, tid,
2459 jlong tid,
2475 tid,
2649 void set_context(jlong thread_tag, jlong tid, jin argument
2153 invoke_advanced_stack_ref_callback(jvmtiHeapReferenceKind ref_kind, jlong thread_tag, jlong tid, int depth, jmethodID method, jlocation bci, jint slot, oop obj) argument
2458 report_stack_ref_root(jlong thread_tag, jlong tid, jint depth, jmethodID method, jlocation bci, jint slot, oop obj) argument
3101 jlong tid = java_lang_Thread::thread_id(threadObj); local
[all...]
/openjdk7/jdk/src/macosx/bin/
H A Djava_md_macosx.c848 pthread_t tid; local
857 if (pthread_create(&tid, &attr, (void *(*)(void*))continuation, (void*)args) == 0) {
859 pthread_join(tid, &tmp);
/openjdk7/jdk/src/share/classes/sun/management/
H A DThreadImpl.java469 // tid == 0 to reset contention times for all threads
470 private static native void resetContentionTimes0(long tid); argument
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp423 jlong tid = ids_ah->long_at(i); local
424 if (tid <= 0) {
1134 jlong tid = ids_ah->long_at(i); local
1135 JavaThread* jt = find_java_thread_from_id(tid);
1213 jlong tid = ids_ah->long_at(i); variable
1214 JavaThread* jt = find_java_thread_from_id(tid);
1442 jlong tid = obj.j; variable
1443 if (tid < 0) {
1447 // Look for the JavaThread of this given tid
1449 if (tid
[all...]
/openjdk7/jdk/src/share/demo/scripting/jconsole-plugin/src/resources/
H A Djconsole.js562 * @param tid timeout ID returned from setTimeout
564 function clearTimeout(tid) {
566 tid.interrupt();
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.hpp647 void retire(int tid);
H A DcompactibleFreeListSpace.cpp2717 void CFLS_LAB::retire(int tid) { argument
2747 tid, i, num_retire, _num_blocks[i], (size_t)_blocks_to_claim[i].average());
H A DconcurrentMarkSweepGeneration.cpp8927 Thread* tid = Thread::current();
8935 os::sleep(tid, sleep_time_millis, false);
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1136 pthread_t tid; local
1137 int ret = pthread_create(&tid, &attr, (void* (*)(void*)) java_start, thread);
1155 osthread->set_pthread_id(tid);
5293 pthread_t tid = thread->osthread()->pthread_id(); local
5297 int rc = os::Bsd::pthread_getcpuclockid(tid, &clockid);
5384 pid_t tid = thread->osthread()->thread_id(); local
5402 sprintf(proc_name, "/proc/%d/cpu", tid);
5418 // The /proc/<tid>/stat aggregates per-process usage on
5420 // The /proc/self/task/<tid>/stat still has the per-thread usage.
5434 sprintf(proc_name, proc_stat_path, tid);
[all...]
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp960 pthread_t tid; local
961 int ret = pthread_create(&tid, &attr, (void* (*)(void*)) java_start, thread);
977 osthread->set_pthread_id(tid);
5072 pthread_t tid = thread->osthread()->pthread_id(); local
5076 int rc = os::Linux::pthread_getcpuclockid(tid, &clockid);
5130 pid_t tid = thread->osthread()->thread_id(); local
5148 sprintf(proc_name, "/proc/%d/cpu", tid);
5164 // The /proc/<tid>/stat aggregates per-process usage on
5166 // The /proc/self/task/<tid>/stat still has the per-thread usage.
5180 sprintf(proc_name, proc_stat_path, tid);
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp273 static int threadgetstate(thread_t tid, int *flags, lwpid_t *lwp, stack_t *ss, gregset_t rs, lwpstatus_t *lwpstatus) { argument
277 if (err = os::Solaris::thr_getstate(tid, flags, lwp, ss, rs))
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp260 static int threadgetstate(thread_t tid, int *flags, lwpid_t *lwp, stack_t *ss, gregset_t rs, lwpstatus_t *lwpstatus) { argument
264 if (err = os::Solaris::thr_getstate(tid, flags, lwp, ss, rs))
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp945 (JNIEnv *env, jobject this_obj, jlong tid) {
955 if (p_td_ta_map_id2thr(p_td_thragent_t, (thread_t) tid, &thr_handle) != TD_OK) {
944 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_getThreadIntegerRegisterSet0(JNIEnv *env, jobject this_obj, jlong tid) argument
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp1506 Thread* tid = Thread::current(); local
1512 os::sleep(tid, sleep_time_millis, false);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1267 thread_t tid = 0; local
1334 status = thr_create(NULL, stack_size, java_start, thread, flags, &tid);
1348 osthread->set_thread_id(tid);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp5078 // from the tid. Caller validates handle return value.
5079 void get_thread_handle_for_extended_context(HANDLE* h, OSThread::thread_id_t tid) { argument
5081 *h = OpenThread(THREAD_SUSPEND_RESUME | THREAD_GET_CONTEXT | THREAD_QUERY_INFORMATION, FALSE, tid);

Completed in 842 milliseconds

12