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

/openjdk7/hotspot/src/os/linux/vm/
H A DosThread_linux.hpp68 void set_pthread_id(pthread_t tid) { function
H A Dos_linux.cpp977 osthread->set_pthread_id(tid);
1029 osthread->set_pthread_id(::pthread_self());
/openjdk7/hotspot/src/os/bsd/vm/
H A DosThread_bsd.hpp87 void set_pthread_id(pthread_t tid) { function
H A Dos_bsd.cpp1155 osthread->set_pthread_id(tid);
1218 osthread->set_pthread_id(::pthread_self());

Completed in 81 milliseconds