blob: 8da3d0f72ff5c978c1705aa25c8888bed6ae764c [file] [log] [blame]
%ThreadAllocator = type { i8*, i8*, i8*, i8*, i8*, i8*, i8* }
;;; Field 0: the thread
;;; field 1: allocator
;;; field 2: MutatorContext
;;; field 3: realRoutine
%MutatorThread = type { %Thread, %ThreadAllocator, i8*, i8* }