Searched refs:_pthread_id (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/os/linux/vm/
H A DosThread_linux.hpp42 // _pthread_id is the pthread id, which is used by library calls
44 pthread_t _pthread_id; variable
66 return _pthread_id;
69 _pthread_id = tid;
H A DosThread_linux.cpp53 _pthread_id = 0;
/openjdk7/hotspot/src/os/bsd/vm/
H A DosThread_bsd.hpp54 // _pthread_id is the pthread id, which is used by library calls
56 pthread_t _pthread_id; variable
73 intptr_t thread_identifier() const { return (intptr_t)_pthread_id; }
85 return _pthread_id;
88 _pthread_id = tid;
H A DosThread_bsd.cpp57 _pthread_id = NULL;
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A DvmStructs_linux_x86.hpp38 nonstatic_field(OSThread, _pthread_id, pthread_t) \
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A DvmStructs_linux_sparc.hpp40 nonstatic_field(OSThread, _pthread_id, pthread_t) \

Completed in 22 milliseconds