Skip to content
  • Philippe Gerum's avatar
    cobalt: fix naming consistency issues with *_np() calls · 50bd5540
    Philippe Gerum authored
    To match the GNU extension equivalent, pthread_set_name_np() is
    renamed to pthread_setname_np(). For consistency with the previous
    change, pthread_set_mode_np() becomes pthread_setmode_np().
    
    The former calls will be available from the upcoming transition kit.
    50bd5540