Fix fork()-related lock rank ordering reversals.
This commit is contained in:
@@ -316,7 +316,8 @@ bool prof_gdump_set(tsd_t *tsd, bool active);
|
||||
void prof_boot0(void);
|
||||
void prof_boot1(void);
|
||||
bool prof_boot2(tsd_t *tsd);
|
||||
void prof_prefork(tsd_t *tsd);
|
||||
void prof_prefork0(tsd_t *tsd);
|
||||
void prof_prefork1(tsd_t *tsd);
|
||||
void prof_postfork_parent(tsd_t *tsd);
|
||||
void prof_postfork_child(tsd_t *tsd);
|
||||
void prof_sample_threshold_update(prof_tdata_t *tdata);
|
||||
|
Reference in New Issue
Block a user