MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / post_process

Method post_process

src/jrd/event.cpp:1120–1135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1118
1119
1120bool EventManager::post_process(prb* process)
1121{
1122/**************************************
1123 *
1124 * p o s t _ p r o c e s s
1125 *
1126 **************************************
1127 *
1128 * Functional description
1129 * Wakeup process.
1130 *
1131 **************************************/
1132 process->prb_flags &= ~PRB_wakeup;
1133 process->prb_flags |= PRB_pending;
1134 return m_sharedMemory->eventPost(&process->prb_event) == FB_SUCCESS;
1135}
1136
1137
1138void EventManager::probe_processes()

Callers

nothing calls this directly

Calls 1

eventPostMethod · 0.80

Tested by

no test coverage detected