mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-23 09:04:26 +08:00
mdbx-testing: тестирование парковки транзакций.
This commit is contained in:
@@ -320,6 +320,8 @@ static void handler_SIGUSR(int signum) {
|
||||
}
|
||||
}
|
||||
|
||||
bool osal_multiactor_mode(void) { return overlord_pid != 0; }
|
||||
|
||||
bool osal_progress_push(bool active) {
|
||||
if (overlord_pid) {
|
||||
if (kill(overlord_pid, active ? SIGUSR1 : SIGUSR2))
|
||||
|
Reference in New Issue
Block a user