Searched refs:commit (Results 1 - 25 of 94) sorted by relevance

1234

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_AGG_COMM.AggAftCommit.d31 * A clause cannot contain a commit() followed by an aggregating action.
38 commit(1);
H A Dtst.negcommit.d31 commit(-1);
H A Dtst.CommitAfterDiscard.d31 * Call to commit() on a buffer after it has been discarded is silently
44 self->commit = 0;
64 commit(var1);
65 self->commit++;
69 /self->commit/
77 /!self->commit/
79 printf("Couldnt commit a discarded buffer\n");
H A Dtst.SpeculationCommit.d30 * ASSERTION: Test the normal behavior of speculate() and commit().
45 self->commit = 0;
59 commit(self->var);
60 self->commit++;
64 /(1 == self->commit)/
66 printf("Succesfully tested buffer commit\n");
71 /(0 == self->commit)/
73 printf("Failed to commit buffer\n");
H A Derr.D_COMM_COMM.DisjointCommit.d31 * A clause cannot contain multiple commit() calls to disjoint buffers.
43 self->commit = 0;
80 commit(var1);
81 commit(var2);
82 self->commit++;
86 /self->commit/
93 /!self->commit/
95 printf("Couldnt commit both buffers");
H A Derr.D_COMM_DREC.CommitAftDataRec.d49 commit(self->spec);
H A Dtst.DiscardAftCommit.d43 self->commit = 0;
61 commit(var1);
62 self->commit++;
H A Derr.D_COMM_COMM.CommitAftCommit.d31 * A clause cannot contain multiple commit() calls to same buffer.
68 commit(var1);
69 commit(var1);
H A Derr.D_DREC_COMM.DataRecAftCommit.d31 * Data recording actions may not follow commit.
61 commit(self->spec);
62 printf("Data recording after commit\n");
H A Derr.D_DREC_COMM.ExitAfterCommit.d30 * ASSERTION: Exit after commit should throw a D_DREC_COMM.
54 commit(self->spec);
H A Dbug.1001148.SpecSizeVariations.d71 commit(self->spec);
H A Derr.BufSizeVariations1.d72 commit(self->spec);
H A Derr.BufSizeVariations2.d72 commit(self->spec);
H A Derr.D_PRAGMA_OPTSET.NegSpecSize.d62 commit(self->spec);
H A Derr.D_SPEC_COMM.SpecAftCommit.d31 * A clause cannot contain a speculate after a commit.
64 commit(var1);
H A Derr.NegativeBufSize.d72 commit(self->spec);
H A Derr.SpecSizeVariations1.d62 commit(self->spec);
H A Derr.SpecSizeVariations2.d62 commit(self->spec);
H A Dtst.CommitWithZero.d31 * commit() and discard() without any ill effects.
50 commit(self->spec);
57 printf("commit(), self->commitFlag = %d\n", self->commitFlag);
64 printf("commit(), self->commitFlag = %d\n", self->commitFlag);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/buffering/
H A Dtst.resize3.d67 commit(spec);
H A Derr.resize3.d56 commit(spec);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_SPEC.d42 commit(spec);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/user/
H A Derrorpath.d50 commit(self->spec);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/spec/
H A Dspecopen.d78 * If errno is non-zero, we want to commit the speculation.
80 commit(self->spec);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/docsExamples/
H A Dspecopen.d67 commit(self->spec);

Completed in 503 milliseconds

1234