Lines Matching refs:h_tail
358 #define NEW_THREAD_INFO_W(gptr,h,h_tail,t,s,n) { \ argument
368 if (h_tail == NULL) \
371 h_tail->next = h; \
375 #define NEW_THREAD_INFO_A(gptr,h,h_tail,t,s,n) { \ argument
385 if (h_tail == NULL) \
388 h_tail->next = h; \
392 #define NEW_DOMAIN_W(gptr,h,h_tail,name) { \ argument
401 if (h_tail == NULL) \
404 h_tail->next = h; \
408 #define NEW_DOMAIN_A(gptr,h,h_tail,name) { \ argument
417 if (h_tail == NULL) \
420 h_tail->next = h; \
424 #define NEW_STRING_HANDLE_W(gptr,h,h_tail,name) { \ argument
432 if (h_tail == NULL) \
435 h_tail->next = h; \
439 #define NEW_STRING_HANDLE_A(gptr,h,h_tail,name) { \ argument
447 if (h_tail == NULL) \
450 h_tail->next = h; \