Lines Matching refs:h_tail
466 #define NEW_THREAD_INFO_W(gptr,h,h_tail,t,s,n) { \ argument
476 if (h_tail == NULL) \
479 h_tail->next = h; \
483 #define NEW_THREAD_INFO_A(gptr,h,h_tail,t,s,n) { \ argument
493 if (h_tail == NULL) \
496 h_tail->next = h; \
500 #define NEW_DOMAIN_W(gptr,h,h_tail,name) { \ argument
509 if (h_tail == NULL) \
512 h_tail->next = h; \
516 #define NEW_DOMAIN_A(gptr,h,h_tail,name) { \ argument
525 if (h_tail == NULL) \
528 h_tail->next = h; \
532 #define NEW_STRING_HANDLE_W(gptr,h,h_tail,name) { \ argument
540 if (h_tail == NULL) \
543 h_tail->next = h; \
547 #define NEW_STRING_HANDLE_A(gptr,h,h_tail,name) { \ argument
555 if (h_tail == NULL) \
558 h_tail->next = h; \
562 #define NEW_COUNTER_W(gptr,h,h_tail,name,domain,type) { \ argument
572 if (h_tail == NULL) \
575 h_tail->next = h; \
579 #define NEW_COUNTER_A(gptr,h,h_tail,name,domain,type) { \ argument
589 if (h_tail == NULL) \
592 h_tail->next = h; \