Searched refs:h_tail (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/third_party/vtune/ |
D | ittnotify_config.h | 387 #define NEW_THREAD_INFO_W(gptr,h,h_tail,t,s,n) { \ argument 397 if (h_tail == NULL) \ 400 h_tail->next = h; \ 404 #define NEW_THREAD_INFO_A(gptr,h,h_tail,t,s,n) { \ argument 414 if (h_tail == NULL) \ 417 h_tail->next = h; \ 421 #define NEW_DOMAIN_W(gptr,h,h_tail,name) { \ argument 430 if (h_tail == NULL) \ 433 h_tail->next = h; \ 437 #define NEW_DOMAIN_A(gptr,h,h_tail,name) { \ argument [all …]
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | ittnotify_config.h | 358 #define NEW_THREAD_INFO_W(gptr,h,h_tail,t,s,n) { \ argument 368 if (h_tail == NULL) \ 371 h_tail->next = h; \ 375 #define NEW_THREAD_INFO_A(gptr,h,h_tail,t,s,n) { \ argument 385 if (h_tail == NULL) \ 388 h_tail->next = h; \ 392 #define NEW_DOMAIN_W(gptr,h,h_tail,name) { \ argument 401 if (h_tail == NULL) \ 404 h_tail->next = h; \ 408 #define NEW_DOMAIN_A(gptr,h,h_tail,name) { \ argument [all …]
|