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

/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;
/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;

Completed in 21 milliseconds