Searched refs:gettid (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.hpp118 static pid_t gettid();
H A Dos_bsd.cpp271 #error define gettid for the arch
307 // pid_t gettid()
315 pid_t os::Bsd::gettid() { function in class:os::Bsd
381 pid_t pid = os::Bsd::gettid();
1021 osthread->set_thread_id(os::Bsd::gettid());
1216 osthread->set_thread_id(os::Bsd::gettid());
1850 // Use gettid() if you want the old pre NPTL behaviour.
2359 pid_t pid = os::Bsd::gettid();
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.hpp112 static pid_t gettid();
H A Dos_linux.cpp272 #error define gettid for the arch
300 // pid_t gettid()
308 pid_t os::Linux::gettid() { function in class:os::Linux
330 pid_t pid = os::Linux::gettid();
858 osthread->set_thread_id(os::Linux::gettid());
1028 osthread->set_thread_id(os::Linux::gettid());
1635 // Use gettid() if you want the old pre NPTL behaviour.
2137 pid_t pid = os::Linux::gettid();

Completed in 67 milliseconds