Searched defs:do_transaction (Results 1 - 1 of 1) sorted by last modified time

/external/valgrind/main/coregrind/m_debuginfo/
H A Dimage.c215 static Frame* do_transaction ( Int sd, Frame* req ) function
251 Frame* res = ML_(dinfo_zalloc)("di.do_transaction.1", sizeof(Frame));
253 res->data = ML_(dinfo_zalloc)("di.do_transaction.2", rd_len);
471 Frame* res = do_transaction(img->source.fd, req);
668 Frame* res = do_transaction(sd, req);
670 goto fail; // do_transaction failed?!
686 res = do_transaction(sd, req);
1004 Frame* res = do_transaction(img->source.fd, req);

Completed in 191 milliseconds