Searched refs:background_thread_info_t (Results 1 – 7 of 7) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | background_thread_inlines.h | 15 JEMALLOC_ALWAYS_INLINE background_thread_info_t * 22 background_thread_wakeup_time_get(background_thread_info_t *info) { in background_thread_wakeup_time_get() 30 background_thread_wakeup_time_set(tsdn_t *tsdn, background_thread_info_t *info, in background_thread_wakeup_time_set() 39 background_thread_indefinite_sleep(background_thread_info_t *info) { in background_thread_indefinite_sleep() 49 background_thread_info_t *info = in arena_background_thread_inactivity_check()
|
D | background_thread_structs.h | 44 typedef struct background_thread_info_s background_thread_info_t; typedef
|
D | background_thread_externs.h | 10 extern background_thread_info_t *background_thread_info;
|
/external/jemalloc_new/src/ |
D | background_thread.c | 23 background_thread_info_t *background_thread_info; 74 background_thread_info_init(tsdn_t *tsdn, background_thread_info_t *info) { 218 background_thread_sleep(tsdn_t *tsdn, background_thread_info_t *info, 274 background_thread_pause_check(tsdn_t *tsdn, background_thread_info_t *info) { 288 background_work_sleep_once(tsdn_t *tsdn, background_thread_info_t *info, unsigned ind) { 313 background_threads_disable_single(tsd_t *tsd, background_thread_info_t *info) { 399 background_thread_info_t *info = &background_thread_info[i]; 464 background_thread_info_t *info = &background_thread_info[i]; 486 background_thread_info_t *info = &background_thread_info[ind]; 530 background_thread_init(tsd_t *tsd, background_thread_info_t *info) { [all …]
|
D | ctl.c | 2048 background_thread_info_t *info = in arena_reset_prepare_background_thread() 2063 background_thread_info_t *info = in arena_reset_finish_background_thread()
|
D | extent.c | 203 background_thread_info_t *info; in extent_hooks_set()
|
/external/jemalloc_new/test/unit/ |
D | background_thread.c | 79 background_thread_info_t *info = &background_thread_info[0]; in TEST_BEGIN()
|