Searched refs:end_transaction (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/apr-32/apr-util/apr-util/include/private/
H A Dapr_dbd_internal.h106 /** end_transaction: end a transaction
113 int (*end_transaction)(apr_dbd_transaction_t *trans); member in struct:apr_dbd_driver_t
/macosx-10.10/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd.c250 CLEANUP_CAST driver->end_transaction,
260 apr_pool_cleanup_kill(pool, trans, CLEANUP_CAST driver->end_transaction);
261 return driver->end_transaction(trans);
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c161 static int end_transaction(transaction *tr, int force_it, errno_t (*callback)(void*), void *callback_arg, boolean_t drop_lock, boolean_t must_wait);
2239 * "end_transaction" will wait for any in-progress flush to complete
2242 end_transaction(tr, 1, NULL, NULL, FALSE, TRUE);
3713 * the journal during this end_transaction call; you probably want to set the
3727 end_transaction(transaction *tr, int force_it, errno_t (*callback)(void*), void *callback_arg, boolean_t drop_lock, boolean_t must_wait) function
3774 lock_condition(jnl, &jnl->flushing, "end_transaction");
3803 panic("jnl: end_transaction: async_trim already non-NULL!");
3833 panic("jnl: end_transaction: end is bogus 0x%llx (sz 0x%llx)\n",
3839 lock_condition(jnl, &jnl->writing_header, "end_transaction");
3961 * lock, or complete end_transaction asynchronousl
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_hotfiles.c473 goto end_transaction;
490 end_transaction:

Completed in 103 milliseconds