Fix fork()-related lock rank ordering reversals.
This commit is contained in:
@@ -94,6 +94,9 @@ extern witness_lockless_error_t *witness_lockless_error;
|
||||
void witness_assert_lockless(tsd_t *tsd);
|
||||
|
||||
void witnesses_cleanup(tsd_t *tsd);
|
||||
void witness_fork_cleanup(tsd_t *tsd);
|
||||
void witness_prefork(tsd_t *tsd);
|
||||
void witness_postfork(tsd_t *tsd);
|
||||
|
||||
#endif /* JEMALLOC_H_EXTERNS */
|
||||
/******************************************************************************/
|
||||
|
Reference in New Issue
Block a user