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

/macosx-10.9.5/launchd-842.92.1/liblaunch/
H A Dlaunch_internal.h44 launch_data_t async_resp; member in struct:launch_globals_s
H A Dliblaunch.c299 if (!(globals->async_resp = launch_data_alloc(LAUNCH_DATA_ARRAY))) {
1007 launch_data_t async_resp, *sync_resp = context; local
1011 if ((LAUNCH_DATA_DICTIONARY == launch_data_get_type(m)) && (async_resp = launch_data_dict_lookup(m, LAUNCHD_ASYNC_MSG_KEY))) {
1012 launch_data_array_set_index(globals->async_resp, launch_data_copy(async_resp), launch_data_array_get_count(globals->async_resp));
1153 if (d == NULL && launch_data_array_get_count(globals->async_resp) > 0) {
1154 resp = launch_data_array_pop_first(globals->async_resp);

Completed in 206 milliseconds