Home
last modified time | relevance | path

Searched refs:background_thread_info_t (Results 1 – 7 of 7) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dbackground_thread_inlines.h15 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()
Dbackground_thread_structs.h44 typedef struct background_thread_info_s background_thread_info_t; typedef
Dbackground_thread_externs.h10 extern background_thread_info_t *background_thread_info;
/external/jemalloc_new/src/
Dbackground_thread.c23 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 …]
Dctl.c2048 background_thread_info_t *info = in arena_reset_prepare_background_thread()
2063 background_thread_info_t *info = in arena_reset_finish_background_thread()
Dextent.c203 background_thread_info_t *info; in extent_hooks_set()
/external/jemalloc_new/test/unit/
Dbackground_thread.c79 background_thread_info_t *info = &background_thread_info[0]; in TEST_BEGIN()