D | ittnotify_config.h | 357 #define NEW_THREAD_INFO_W(gptr,h,h_tail,t,s,n) { \ argument 368 (gptr)->thread_list = h; \ 374 #define NEW_THREAD_INFO_A(gptr,h,h_tail,t,s,n) { \ argument 385 (gptr)->thread_list = h; \ 391 #define NEW_DOMAIN_W(gptr,h,h_tail,name) { \ argument 401 (gptr)->domain_list = h; \ 407 #define NEW_DOMAIN_A(gptr,h,h_tail,name) { \ argument 417 (gptr)->domain_list = h; \ 423 #define NEW_STRING_HANDLE_W(gptr,h,h_tail,name) { \ argument 432 (gptr)->string_list = h; \ [all …]
|