Searched defs:thread_id_t (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A DosThread_windows.hpp30 typedef unsigned long thread_id_t; typedef
/openjdk7/hotspot/src/os/bsd/vm/
H A DosThread_bsd.hpp45 typedef thread_t thread_id_t; typedef
47 typedef pthread_t thread_id_t;
51 typedef pid_t thread_id_t;
/openjdk7/hotspot/src/os/linux/vm/
H A DosThread_linux.hpp28 typedef pid_t thread_id_t; typedef
/openjdk7/hotspot/src/os/solaris/vm/
H A DosThread_solaris.hpp30 typedef thread_t thread_id_t; typedef

Completed in 23 milliseconds