-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Simplified the include statements in si.cpp. - Added a comment to clarify usage of pid = UINTPTR_MAX, if (0 == pid) { and exit(0) in si.cpp. - Removed the function description in port/unix/omrsysinfo.c and port/win32/omrsysinfo.c. - Adjusted the function description in port/common/omrsysinfo.c. - Added a description and a passing condition to the documentation of the tests. - Adjusted GetProcessorStartTimeOfExistingProcessTest to not run on z/TPF. - Reused OMRTIME_NANOSECONDS_PER_SECOND that is in omrport.h. - Reused I_32_MAX that is in omrcomp.h. - Adjusted the macros to be like #define OMRPORT_SYSINFO_*. - Added tracepoints for the error messages. - Adjusted the usages of omrsysinfo_process_exists. - Defined structs with typedef. Issue: #7201 Signed-off-by: Amarpreet Singh <[email protected]>
- Loading branch information
Showing
12 changed files
with
293 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.