Lines Matching refs:gptr
466 #define NEW_THREAD_INFO_W(gptr,h,h_tail,t,s,n) { \ argument
477 (gptr)->thread_list = h; \
483 #define NEW_THREAD_INFO_A(gptr,h,h_tail,t,s,n) { \ argument
494 (gptr)->thread_list = h; \
500 #define NEW_DOMAIN_W(gptr,h,h_tail,name) { \ argument
510 (gptr)->domain_list = h; \
516 #define NEW_DOMAIN_A(gptr,h,h_tail,name) { \ argument
526 (gptr)->domain_list = h; \
532 #define NEW_STRING_HANDLE_W(gptr,h,h_tail,name) { \ argument
541 (gptr)->string_list = h; \
547 #define NEW_STRING_HANDLE_A(gptr,h,h_tail,name) { \ argument
556 (gptr)->string_list = h; \
562 #define NEW_COUNTER_W(gptr,h,h_tail,name,domain,type) { \ argument
573 (gptr)->counter_list = h; \
579 #define NEW_COUNTER_A(gptr,h,h_tail,name,domain,type) { \ argument
590 (gptr)->counter_list = h; \