mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-08 06:43:09 +03:00
Define general purpose tsd_thread_event_init()
This commit is contained in:
parent
97f93fa0f2
commit
43f0ce92d8
3 changed files with 31 additions and 3 deletions
|
|
@ -27,6 +27,7 @@ void thread_event_trigger(tsd_t *tsd, bool delay_event);
|
|||
void thread_event_rollback(tsd_t *tsd, size_t diff);
|
||||
void thread_event_update(tsd_t *tsd);
|
||||
void thread_event_boot();
|
||||
void tsd_thread_event_init(tsd_t *tsd);
|
||||
|
||||
/*
|
||||
* List of all events, in the following format:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue