< prev index next >

src/os/aix/vm/os_aix.cpp

Print this page
rev 8517 : 8078513: [linux]  Clean up code relevant to LinuxThreads implementation
Reviewed-by: dholmes, sla, coleenp

@@ -3759,14 +3759,10 @@
   PcFetcher fetcher(thread);
   fetcher.run();
   return fetcher.result();
 }
 
-// Not neede on Aix.
-// int os::Aix::safe_cond_timedwait(pthread_cond_t *_cond, pthread_mutex_t *_mutex, const struct timespec *_abstime) {
-// }
-
 ////////////////////////////////////////////////////////////////////////////////
 // debug support
 
 static address same_page(address x, address y) {
   intptr_t page_bits = -os::vm_page_size();
< prev index next >