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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.hpp78 static pthread_t _main_thread; member in class:Bsd
113 static pthread_t main_thread(void) { return _main_thread; }
H A Dos_bsd.cpp164 pthread_t os::Bsd::_main_thread; member in class:os::Bsd
1191 assert(os::Bsd::_main_thread == pthread_self(), "should be called inside main thread");
1679 pthread_getcpuclockid_func(_main_thread, &clockid) == 0 &&
4660 Bsd::_main_thread = pthread_self(); member in class:Bsd
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.hpp70 static pthread_t _main_thread; member in class:Linux
109 static pthread_t main_thread(void) { return _main_thread; }
H A Dos_linux.cpp139 pthread_t os::Linux::_main_thread; member in class:os::Linux
1011 assert(os::Linux::_main_thread == pthread_self(), "should be called inside main thread");
1471 pthread_getcpuclockid_func(_main_thread, &clockid) == 0 &&
4474 Linux::_main_thread = pthread_self(); member in class:Linux

Completed in 80 milliseconds