Home
last modified time | relevance | path

Searched defs:transaction (Results 1 – 7 of 7) sorted by relevance

/tools/xenstored/
A Dtransaction.c140 struct transaction struct
145 /* Connection this transaction is associated with. */ argument
148 /* Connection-local identifier for this transaction. */ argument
154 /* Generation when transaction started. */ argument
163 /* There was at least one node created in the transaction. */ argument
166 /* Flag for letting transaction fail. */ argument
172 void ta_node_created(struct transaction *trans) in ta_node_created() argument
A Dcore.h152 struct transaction *transaction; member
/tools/ocaml/libs/xs/
A Dxst.mli30 val transaction : Xsraw.con -> (ops -> 'a) -> 'a val
A Dxst.ml44 let transaction xsh (f: ops -> 'a) : 'a = function
A Dxs.mli59 val transaction : xsh -> (Xst.ops -> 'a) -> 'a val
A Dxs.ml64 let transaction xsh = Xst.transaction xsh.con function
/tools/xs-clients/
A Dxenstore_client.c673 int transaction; in main() local

Completed in 13 milliseconds