Home | History | Annotate | Download | only in vtune

Lines Matching refs:gptr

387 #define NEW_THREAD_INFO_W(gptr,h,h_tail,t,s,n) { \
398 (gptr)->thread_list = h; \
404 #define NEW_THREAD_INFO_A(gptr,h,h_tail,t,s,n) { \
415 (gptr)->thread_list = h; \
421 #define NEW_DOMAIN_W(gptr,h,h_tail,name) { \
431 (gptr)->domain_list = h; \
437 #define NEW_DOMAIN_A(gptr,h,h_tail,name) { \
447 (gptr)->domain_list = h; \
453 #define NEW_STRING_HANDLE_W(gptr,h,h_tail,name) { \
462 (gptr)->string_list = h; \
468 #define NEW_STRING_HANDLE_A(gptr,h,h_tail,name) { \
477 (gptr)->string_list = h; \