aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_process.h
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2017-06-07 15:19:26 +0200
committerErlang/OTP <[email protected]>2017-06-07 15:19:26 +0200
commitc64686a632a550b7c227307ec9af43857c2fd6d9 (patch)
tree5c0972d701fb19f85d6cc567bb4d04e0001cd90c /erts/emulator/beam/erl_process.h
parent4310a9d387999ada6135082961350b6f4324dcb7 (diff)
parent39a41b0472f275e71ae9bb6abf3bb8b3c995b8e3 (diff)
downloadotp-c64686a632a550b7c227307ec9af43857c2fd6d9.tar.gz
otp-c64686a632a550b7c227307ec9af43857c2fd6d9.tar.bz2
otp-c64686a632a550b7c227307ec9af43857c2fd6d9.zip
Merge branch 'rickard/purge-hibernated-19/ERIERL-24/OTP-14444' into maint-19
* rickard/purge-hibernated-19/ERIERL-24/OTP-14444: Update testcase to check that purge handle hibernated process correct Do not GC hibernated process from other processes Fix check_process_code() on hibernated process
Diffstat (limited to 'erts/emulator/beam/erl_process.h')
-rw-r--r--erts/emulator/beam/erl_process.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_process.h b/erts/emulator/beam/erl_process.h
index 68fbb10602..b8755fe948 100644
--- a/erts/emulator/beam/erl_process.h
+++ b/erts/emulator/beam/erl_process.h
@@ -1395,6 +1395,7 @@ extern int erts_system_profile_ts_type;
#define F_HAVE_BLCKD_NMSCHED (1 << 18) /* Process has blocked normal multi-scheduling */
#define F_HIPE_MODE (1 << 19)
#define F_DELAYED_DEL_PROC (1 << 20) /* Delay delete process (dirty proc exit case) */
+#define F_HIBERNATED (1 << 21) /* Hibernated */
/*
* F_DISABLE_GC and F_DELAY_GC are similar. Both will prevent