blob: 73f453cc72d97cecbfe8cd26e56d8c40f1e7020a [file] [log] [blame]
#include <pthread.h>
int main(){
pthread_t tid;
pthread_setname_np(tid, "name");
}