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

/haiku-buildtools/gcc/gcc/config/s390/
H A Dhtmxlintrin.h80 __TM_nesting_depth (void* const tdb_ptr) argument
83 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr;
96 __TM_is_user_abort (void* const tdb_ptr) argument
98 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr;
107 __TM_is_named_user_abort (void* const tdb_ptr, unsigned char* code) argument
109 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr;
123 __TM_is_illegal (void* const tdb_ptr) argument
125 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr;
133 __TM_is_footprint_exceeded (void* const tdb_ptr) argument
135 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr;
143 __TM_is_nested_too_deep(void* const tdb_ptr) argument
151 __TM_is_conflict(void* const tdb_ptr) argument
167 __TM_failure_address(void* const tdb_ptr) argument
178 __TM_failure_code(void* const tdb_ptr) argument
[all...]

Completed in 36 milliseconds