Searched refs:thread_identifier (Results 1 - 5 of 5) sorted by relevance

/openjdk10/hotspot/src/os/windows/vm/
H A DosThread_windows.hpp48 int thread_identifier() const { return _thread_id; } function
/openjdk10/hotspot/src/os/solaris/vm/
H A DosThread_solaris.hpp53 int thread_identifier() const { return _thread_id; } function
/openjdk10/hotspot/src/os/linux/vm/
H A DosThread_linux.hpp56 int thread_identifier() const { return _thread_id; } function
/openjdk10/hotspot/src/os/bsd/vm/
H A DosThread_bsd.hpp67 intptr_t thread_identifier() const { return (intptr_t)_pthread_id; } function
/openjdk10/hotspot/src/os/aix/vm/
H A DosThread_aix.hpp64 int thread_identifier() const { return _thread_id; } function

Completed in 177 milliseconds