Searched refs:LAUNCH_JOBKEY_BEGINTRANSACTIONATSHUTDOWN (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/launchd-842.92.1/liblaunch/
H A Dlaunch_priv.h94 #define LAUNCH_JOBKEY_BEGINTRANSACTIONATSHUTDOWN "BeginTransactionAtShutdown" macro
/macosx-10.9.5/launchd-842.92.1/src/
H A Dcore.c2394 if (strcasecmp(key, LAUNCH_JOBKEY_BEGINTRANSACTIONATSHUTDOWN) == 0) {
2436 job_log(j, LOG_PERF, "%s has been deprecated. Please use the new %s key instead and add EnableTransactions to your launchd.plist.", LAUNCH_JOBKEY_HOPEFULLYEXITSLAST, LAUNCH_JOBKEY_BEGINTRANSACTIONATSHUTDOWN);

Completed in 98 milliseconds