kgiusti opened a new pull request #760: URL: https://github.com/apache/qpid-dispatch/pull/760
sys_thread_self() provides an interface for accessing the sys_thread_t pointer for the currently running thread. This replaces the old sys_thread_id() function which required the thread to already have its sys_thread_t pointer, which basically defeats the purpose. In addition the return value of sys_thread_id() was pthread specific and should only be compared using pthread_equal(). sys_thread_self() return value is a plain pointer that can be compared in line. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
