mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8057744: (process) Synchronize exiting of threads and process [win]
Reviewed-by: dholmes, dcubed, sla
This commit is contained in:
parent
3ad47cdbeb
commit
497f5c44a6
9 changed files with 112 additions and 30 deletions
|
@ -263,4 +263,8 @@ inline bool os::supports_monotonic_clock() {
|
|||
return Linux::_clock_gettime != NULL;
|
||||
}
|
||||
|
||||
inline void os::exit(int num) {
|
||||
::exit(num);
|
||||
}
|
||||
|
||||
#endif // OS_LINUX_VM_OS_LINUX_INLINE_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue