HomeSort by relevance Sort by last modified time
    Searched defs:primary_ctx (Results 1 - 3 of 3) sorted by null

  /ohac/ohac/usr/src/common/cl/repl/service/
replica_handler_in.h 60 // primary_ctx methods
64 primary_ctx::primary_ctx(replica_handler *handp) : function in class:primary_ctx
75 primary_ctx::primary_ctx(replica_handler *handp, invoke_env typ, function in class:primary_ctx
89 primary_ctx::need_commit()
96 primary_ctx::needcommit_yes()
103 primary_ctx::needcommit_no()
108 inline primary_ctx *
109 primary_ctx::extract_from(Environment &e
    [all...]
replica_handler.h 297 friend class primary_ctx;
331 class primary_ctx class in inherits:trans_ctx
342 // Enum identifies the purpose of the primary_ctx.
359 primary_ctx(replica_handler *);
360 primary_ctx(replica_handler *, invoke_env, Environment &e);
362 ~primary_ctx();
364 // Extract the primary_ctx from the environment.
365 static primary_ctx *extract_from(Environment &e);
405 void primary_ctx::completed_remote(Environment &e);
418 // Indicates the environment where the primary_ctx is created
    [all...]
replica_handler.cc 1237 primary_ctx *p_ctxp = (primary_ctx *)ctxp;
    [all...]

Completed in 60 milliseconds