synchronous       171 include/crm/services.h     int synchronous;    // Whether execution should be synchronous (blocking)
synchronous       462 lib/services/services.c     action->synchronous = false;
synchronous       836 lib/services/services.c     CRM_ASSERT(op->synchronous == FALSE);
synchronous       866 lib/services/services.c     op->synchronous = false;
synchronous      1022 lib/services/services.c     op->synchronous = true;
synchronous       515 lib/services/services_linux.c     CRM_CHECK((op != NULL) && !(op->synchronous), return EINVAL);
synchronous       569 lib/services/services_linux.c     if (op->synchronous || *source) {
synchronous       573 lib/services/services_linux.c         if (op->synchronous) {
synchronous      1197 lib/services/services_linux.c     if (op->synchronous && !sigchld_setup(&data)) {
synchronous      1218 lib/services/services_linux.c             if (op->synchronous) {
synchronous      1256 lib/services/services_linux.c             if (op->synchronous) {
synchronous      1308 lib/services/services_linux.c     if (op->synchronous) {
synchronous      1331 lib/services/services_linux.c     if (op->synchronous) {
synchronous       345 lib/services/systemd.c         } else if (!(op->synchronous)) {
synchronous       434 lib/services/systemd.c     if ((op == NULL) || op->synchronous) {
synchronous       875 lib/services/systemd.c     if (!(op->synchronous)) {
synchronous       900 lib/services/systemd.c                                      (op->synchronous? NULL : parse_status_result),
synchronous       901 lib/services/systemd.c                                      op, (op->synchronous? NULL : &pending),
synchronous       903 lib/services/systemd.c         if (op->synchronous) {
synchronous       931 lib/services/systemd.c         if (!(op->synchronous)) {
synchronous       954 lib/services/systemd.c     if (op->synchronous) {
synchronous      1025 lib/services/systemd.c               (op->synchronous? "" : "a"), op->action, op->agent,
synchronous      1048 lib/services/systemd.c     if (op->synchronous) {
synchronous       367 lib/services/upstart.c     if (!(op->synchronous)) {
synchronous       575 lib/services/upstart.c                                        op->synchronous? NULL : parse_status_result,
synchronous       577 lib/services/upstart.c                                        op->synchronous? NULL : &pending,
synchronous       581 lib/services/upstart.c         if (op->synchronous) {
synchronous       637 lib/services/upstart.c     if (!(op->synchronous)) {
synchronous       691 lib/services/upstart.c     if (op->synchronous) {