-
Notifications
You must be signed in to change notification settings - Fork 35
Use utils_getpid() and utils_gettid() in util_log_internal() #515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use utils_getpid() and utils_gettid() in util_log_internal() #515
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dito: you could remove gnusource define from file, and remove
@vinser52 please rebase |
@lplewa
|
Signed-off-by: Lukasz Dorau <[email protected]>
a5cd6b3
to
f6443e5
Compare
@vinser52 I think so ;-) |
Signed-off-by: Lukasz Dorau <[email protected]>
f6443e5
to
13b3b03
Compare
@bratpiorka @vinser52 Re-review please. |
Description
Use
syscall(SYS_gettid)
instead ofgettid()
,because
gettid()
can be undefined in older OSes.gettid()
is undefined in CI OSes of OpenMP.Checklist