Searched defs:thread (Results 376 - 379 of 379) sorted by relevance

<<111213141516

/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp158 /* Signal number used to suspend/resume a thread */
302 // Returns the kernel thread id of the currently running thread. Kernel
303 // thread id is used to access /proc.
305 // (Note that getpid() on LinuxThreads returns kernel thread id too; but
545 // BREAK_SIGNAL which is unblocked only by the VM thread and blocked by all
550 // interference with shutdown hooks and BREAK_SIGNAL thread dumping.
576 // Fill in signals that are blocked by all but the VM thread.
584 // These are signals that are unblocked while a thread is running Java.
591 // These are the signals that are blocked while a (non-VM) thread i
604 hotspot_sigmask(Thread* thread) argument
796 _thread_safety_check(Thread* thread) argument
833 java_start(Thread *thread) argument
892 create_thread(Thread* thread, ThreadType thr_type, size_t stack_size) argument
1010 create_main_thread(JavaThread* thread) argument
1015 create_attached_thread(JavaThread* thread) argument
1073 pd_start_thread(Thread* thread) argument
2558 JavaThread *thread = JavaThread::current(); local
3522 sleep(Thread* thread, jlong millis, bool interruptible) argument
3685 set_native_priority(Thread* thread, int newpri) argument
3692 get_native_priority(const Thread* const thread, int *priority_ptr) argument
3760 Thread* thread = Thread::current(); local
3930 interrupt(Thread* thread) argument
3955 is_interrupted(Thread* thread, bool clear_interrupted) argument
4704 PcFetcher(Thread* thread) argument
4718 Thread* thread = context.thread(); local
4730 get_thread_pc(Thread* thread) argument
4818 os_exception_wrapper(java_call_t f, JavaValue* value, methodHandle* method, JavaCallArguments* args, Thread* thread) argument
5071 thread_cpu_clockid(Thread* thread) argument
5097 thread_cpu_time(Thread* thread) argument
5114 thread_cpu_time(Thread *thread, bool user_sys_cpu_time) argument
5126 slow_thread_cpu_time(Thread *thread, bool user_sys_cpu_time) argument
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp106 # include <thread.h>
276 Thread *thread = get_thread_slow(); local
277 if (thread != NULL) {
279 guarantee(thread->_stack_base == NULL ||
280 (sp <= thread->_stack_base &&
281 sp >= thread->_stack_base - thread->_stack_size) ||
283 "sp must be inside of selected thread stack");
285 thread->set_self_raw_id(raw_id); // mark for quick retrieval
286 _get_thread_cache[ index ] = thread;
295 pd_set_thread(Thread* thread) argument
299 os::thread_local_storage_at_put(ThreadLocalStorage::thread_index(), thread); local
395 setup_interruptible(JavaThread* thread) argument
409 setup_interruptible_already_blocked(JavaThread* thread) argument
414 JavaThread* thread = (JavaThread*)ThreadLocalStorage::thread(); local
438 JavaThread* thread = (JavaThread*)ThreadLocalStorage::thread(); local
444 cleanup_interruptible_native(JavaThread* thread) argument
453 cleanup_interruptible(JavaThread* thread) argument
1002 valid_stack_address(Thread* thread, address sp) argument
1027 Thread* thread = (Thread*)thread_addr; local
1085 create_os_thread(Thread* thread, thread_t thread_id) argument
1113 hotspot_sigmask(Thread* thread) argument
1134 create_attached_thread(JavaThread* thread) argument
1154 create_main_thread(JavaThread* thread) argument
1181 create_thread(Thread* thread, ThreadType thr_type, size_t stack_size) argument
1600 pd_start_thread(Thread* thread) argument
2754 JavaThread *thread = JavaThread::current(); local
3655 sleep(Thread* thread, jlong millis, bool interruptible) argument
4253 set_native_priority(Thread* thread, int newpri) argument
4297 get_native_priority(const Thread* const thread, int *priority_ptr) argument
4328 SR_handler(Thread* thread, ucontext_t* uc) argument
4380 interrupt(Thread* thread) argument
4418 is_interrupted(Thread* thread, bool clear_interrupted) argument
4549 PcFetcher(Thread* thread) argument
4563 Thread* thread = context.thread(); local
4575 get_thread_pc(Thread* thread) argument
4588 os_exception_wrapper(java_call_t f, JavaValue* value, methodHandle* method, JavaCallArguments* args, Thread* thread) argument
6012 thread_cpu_time(Thread *thread) argument
6027 thread_cpu_time(Thread *thread, bool user_sys_cpu_time) argument
[all...]
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp342 // while running on the stack of the thread being queried.
391 static unsigned __stdcall java_start(Thread* thread) { argument
401 OSThread* osthr = thread->osthread();
402 assert(osthr->get_state() == RUNNABLE, "invalid os thread state");
407 thread->set_lgrp_id(lgrp_id);
414 thread->run();
417 // Install a win32 structured exception handler around every thread created
419 // Java thread (e.g. VM thread).
421 thread
438 create_os_thread(Thread* thread, HANDLE thread_handle, int thread_id) argument
469 create_attached_thread(JavaThread* thread) argument
491 create_main_thread(JavaThread* thread) argument
510 create_thread(Thread* thread, ThreadType thr_type, size_t stack_size) argument
1981 JavaThread *thread = JavaThread::current(); local
2021 JavaThread* thread = JavaThread::current(); local
2322 JavaThread* thread = (JavaThread*) t; local
2333 JavaThread* thread = (JavaThread*) t; local
3306 pd_start_thread(Thread* thread) argument
3348 sleep(Thread* thread, jlong ms, bool interruptable) argument
3470 set_native_priority(Thread* thread, int priority) argument
3476 get_native_priority(const Thread* const thread, int* priority_ptr) argument
3495 interrupt(Thread* thread) argument
3517 is_interrupted(Thread* thread, bool clear_interrupted) argument
3538 get_thread_pc(Thread* thread) argument
4005 thread_cpu_time(Thread* thread) argument
4014 thread_cpu_time(Thread* thread, bool user_sys_cpu_time) argument
4799 JavaThread* thread = (JavaThread*)(Thread::current()); local
4910 JavaThread* thread = (JavaThread*)ThreadLocalStorage::get_thread_slow(); local
[all...]
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h540 jthread thread; member in struct:_jvmtiStackInfo
723 jthread thread,
742 jthread thread,
748 jthread thread,
777 jthread thread,
787 jthread thread,
795 jthread thread,
805 jthread thread,
817 jthread thread,
830 jthread thread,
1800 GetThreadState(jthread thread, jint* thread_state_ptr) argument
1814 SuspendThread(jthread thread) argument
1824 ResumeThread(jthread thread) argument
1834 StopThread(jthread thread, jobject exception) argument
1839 InterruptThread(jthread thread) argument
1843 GetThreadInfo(jthread thread, jvmtiThreadInfo* info_ptr) argument
1848 GetOwnedMonitorInfo(jthread thread, jint* owned_monitor_count_ptr, jobject** owned_monitors_ptr) argument
1854 GetOwnedMonitorStackDepthInfo(jthread thread, jint* monitor_info_count_ptr, jvmtiMonitorStackDepthInfo** monitor_info_ptr) argument
1860 GetCurrentContendedMonitor(jthread thread, jobject* monitor_ptr) argument
1865 RunAgentThread(jthread thread, jvmtiStartFunction proc, const void* arg, jint priority) argument
1872 SetThreadLocalStorage(jthread thread, const void* data) argument
1877 GetThreadLocalStorage(jthread thread, void** data_ptr) argument
1900 GetStackTrace(jthread thread, jint start_depth, jint max_frame_count, jvmtiFrameInfo* frame_buffer, jint* count_ptr) argument
1921 GetFrameCount(jthread thread, jint* count_ptr) argument
1926 PopFrame(jthread thread) argument
1930 GetFrameLocation(jthread thread, jint depth, jmethodID* method_ptr, jlocation* location_ptr) argument
1937 NotifyFramePop(jthread thread, jint depth) argument
1942 ForceEarlyReturnObject(jthread thread, jobject value) argument
1947 ForceEarlyReturnInt(jthread thread, jint value) argument
1952 ForceEarlyReturnLong(jthread thread, jlong value) argument
1957 ForceEarlyReturnFloat(jthread thread, jfloat value) argument
1962 ForceEarlyReturnDouble(jthread thread, jdouble value) argument
1967 ForceEarlyReturnVoid(jthread thread) argument
2034 GetLocalObject(jthread thread, jint depth, jint slot, jobject* value_ptr) argument
2041 GetLocalInstance(jthread thread, jint depth, jobject* value_ptr) argument
2047 GetLocalInt(jthread thread, jint depth, jint slot, jint* value_ptr) argument
2054 GetLocalLong(jthread thread, jint depth, jint slot, jlong* value_ptr) argument
2061 GetLocalFloat(jthread thread, jint depth, jint slot, jfloat* value_ptr) argument
2068 GetLocalDouble(jthread thread, jint depth, jint slot, jdouble* value_ptr) argument
2075 SetLocalObject(jthread thread, jint depth, jint slot, jobject value) argument
2082 SetLocalInt(jthread thread, jint depth, jint slot, jint value) argument
2089 SetLocalLong(jthread thread, jint depth, jint slot, jlong value) argument
2096 SetLocalFloat(jthread thread, jint depth, jint slot, jfloat value) argument
2103 SetLocalDouble(jthread thread, jint depth, jint slot, jdouble value) argument
2451 GetThreadCpuTime(jthread thread, jlong* nanos_ptr) argument
[all...]

Completed in 52 milliseconds

<<111213141516