mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 08:03:32 +03:00
Fix potential deadlokc during arena_reset.
This commit is contained in:
parent
262f08301a
commit
6957341f19
2 changed files with 10 additions and 8 deletions
|
|
@ -16,7 +16,7 @@
|
|||
typedef enum {
|
||||
background_thread_stopped,
|
||||
background_thread_started,
|
||||
/* Thread waits on the global lock when paused (for arena_reset). */
|
||||
/* Thread waits on its condition variable when paused (arena_reset). */
|
||||
background_thread_paused,
|
||||
} background_thread_state_t;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue