• Ewen McNeill's avatar
    z/OS: Skip pthread_{get,set}schedparam · 501666d0
    Ewen McNeill authored
    Updated:
        src/thread.cpp: On older z/OS UNIX System Services,
            pthread_{get,set}schedparam is not present (searching the
            Internet suggests it may be present in later version than
            the one being used for z/OS UNIX System Services porting).
    
            Make zmq::thread_t::setSchedulingParameters() a no-op on
            z/OS UNIX System Services.
    
        NOTE: pthread_{get,set}schedparam appear to have been introduced
        by POSIX.1-2001 or IEEE 1003.1-2004 so may not be universally
        available, and thus more platforms may need this "no-op" treatment.
    501666d0
thread.cpp 3.13 KB