Home
last modified time | relevance | path

Searched refs:background_thread_started (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc_new/src/
Dbackground_thread.c326 if (info->state == background_thread_started) {
405 bool create = (info->state == background_thread_started);
473 background_thread_started);
532 info->state = background_thread_started;
562 assert(t0->state == background_thread_started);
659 if (info->state != background_thread_started) {
Dctl.c2108 assert(info->state == background_thread_started); in arena_reset_prepare_background_thread()
2125 info->state = background_thread_started; in arena_reset_finish_background_thread()
/external/jemalloc_new/include/jemalloc/internal/
Dbackground_thread_structs.h15 background_thread_started, enumerator
/external/jemalloc_new/test/unit/
Dbackground_thread.c83 assert_b_eq(info->state, background_thread_started, in TEST_BEGIN()
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch37511 - background_thread_started,
63698 - if (info->state == background_thread_started) {
63777 - bool create = (info->state == background_thread_started);
63845 - background_thread_started);
63906 - info->state = background_thread_started;
63935 - assert(t0->state == background_thread_started);
64050 - return info->state == background_thread_started;
68554 - assert(info->state == background_thread_started);
68570 - info->state = background_thread_started;
106031 - expect_b_eq(info->state, background_thread_started,