althrd_setname.h 142 B

123456
  1. #ifndef COMMON_ALTHRD_SETNAME_H
  2. #define COMMON_ALTHRD_SETNAME_H
  3. void althrd_setname(const char *name);
  4. #endif /* COMMON_ALTHRD_SETNAME_H */