Searched refs:h_tail (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h358 #define NEW_THREAD_INFO_W(gptr,h,h_tail,t,s,n) { \
368 if (h_tail == NULL) \
371 h_tail->next = h; \
375 #define NEW_THREAD_INFO_A(gptr,h,h_tail,t,s,n) { \
385 if (h_tail == NULL) \
388 h_tail->next = h; \
392 #define NEW_DOMAIN_W(gptr,h,h_tail,name) { \
401 if (h_tail == NULL) \
404 h_tail->next = h; \
408 #define NEW_DOMAIN_A(gptr,h,h_tail,nam
[all...]

Completed in 58 milliseconds