Lines Matching refs:h_tail

529 #define NEW_THREAD_INFO_W(gptr,h,h_tail,t,s,n) { \  argument
539 if (h_tail == NULL) \
542 h_tail->next = h; \
546 #define NEW_THREAD_INFO_A(gptr,h,h_tail,t,s,n) { \ argument
558 if (h_tail == NULL) \
561 h_tail->next = h; \
565 #define NEW_DOMAIN_W(gptr,h,h_tail,name) { \ argument
574 if (h_tail == NULL) \
577 h_tail->next = h; \
581 #define NEW_DOMAIN_A(gptr,h,h_tail,name) { \ argument
592 if (h_tail == NULL) \
595 h_tail->next = h; \
599 #define NEW_STRING_HANDLE_W(gptr,h,h_tail,name) { \ argument
607 if (h_tail == NULL) \
610 h_tail->next = h; \
614 #define NEW_STRING_HANDLE_A(gptr,h,h_tail,name) { \ argument
624 if (h_tail == NULL) \
627 h_tail->next = h; \
631 #define NEW_COUNTER_W(gptr,h,h_tail,name,domain,type) { \ argument
641 if (h_tail == NULL) \
644 h_tail->next = h; \
648 #define NEW_COUNTER_A(gptr,h,h_tail,name,domain,type) { \ argument
662 if (h_tail == NULL) \
665 h_tail->next = h; \
669 #define NEW_HISTOGRAM_W(gptr,h,h_tail,domain,name,x_type,y_type) { \ argument
680 if (h_tail == NULL) \
683 h_tail->next = h; \
687 #define NEW_HISTOGRAM_A(gptr,h,h_tail,domain,name,x_type,y_type) { \ argument
700 if (h_tail == NULL) \
703 h_tail->next = h; \
707 #define NEW_COUNTER_METADATA_NUM(gptr,h,h_tail,counter,type,value) { \ argument
718 if (h_tail == NULL) \
721 h_tail->next = h; \
725 #define NEW_COUNTER_METADATA_STR_A(gptr,h,h_tail,counter,type,str_valueA) { \ argument
738 if (h_tail == NULL) \
741 h_tail->next = h; \
745 #define NEW_COUNTER_METADATA_STR_W(gptr,h,h_tail,counter,type,str_valueW) { \ argument
756 if (h_tail == NULL) \
759 h_tail->next = h; \