Searched refs:LONGEST_NAME (Results 1 – 1 of 1) sorted by relevance
/nptl/ |
A D | tst-setgetname.c | 36 #define LONGEST_NAME "....V....X....X" macro 208 res = pthread_setname_np (self, LONGEST_NAME); in do_test() 215 if (strncmp (LONGEST_NAME, name_check, strlen (BIG_NAME)) == 0) in do_test() 221 " differ i.e. %s != %s\n", LONGEST_NAME, name_check); in do_test() 243 res = pthread_getname_np (self, name, strlen (LONGEST_NAME)); in do_test() 272 res = pthread_getname_np (self, name, strlen (LONGEST_NAME) + 1); in do_test() 276 if (strncmp (LONGEST_NAME, name, strlen (BIG_NAME)) == 0) in do_test()
|
Completed in 4 milliseconds