Lines Matching refs:fatal_exit
130 fatal_exit("fread failed"); in read_header()
138 fatal_exit("Thread number too big. %d", thrno); in read_header()
151 fatal_exit("same threadno in two files"); in read_header()
154 fatal_exit("input files from different times: %u %u", in read_header()
172 fatal_exit("eof in readstr, file too short"); in readup_str()
175 fatal_exit("string too long, bad file format"); in readup_str()
181 fatal_exit("strdup failed: out of memory"); in readup_str()
189 if(!o) fatal_exit("malloc failure"); in read_create()
194 fatal_exit("fread failed"); in read_create()
218 if(!o) fatal_exit("malloc failure"); in insert_lock()
223 fatal_exit("insert fail should not happen"); in insert_lock()
234 if(!ref) fatal_exit("malloc failure"); in read_lock()
241 fatal_exit("fread failed"); in read_lock()
335 fatal_exit("found lock order cycle"); in search_cycle()