• Philippe Bernardino Leite's avatar
    pthread_equal to compare thread ids · 8a02f707
    Philippe Bernardino Leite authored
    I am trying to port ZeroMQ to z/OS USS and I faced several problems. One of them is this function "is_current_thread" trying to compare two thread ids with operator "==". I've changed the code to use the official function "pthread_equal" to compare thread ids and now it's working fine.
    8a02f707
thread.cpp 10.7 KB