Lines Matching defs:proclist
3709 // Stuff for the affinity proclist parsers. It's easier to declare these vars
3745 // Re-parse the proclist (for the explicit affinity type), and form the list
3751 const char *proclist = affinity.proclist;
3754 const char *scan = proclist;
3755 const char *next = proclist;
3783 KMP_ASSERT2((*next >= '0') && (*next <= '9'), "bad proclist");
4116 const char *placelist = affinity.proclist;
4756 KMP_DEBUG_ASSERT(affinity.proclist != NULL);
4947 if (affinity->proclist != NULL)
4948 __kmp_free(affinity->proclist);