Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_sys.h22 extern prof_sys_thread_name_read_t *JET_MUTABLE prof_sys_thread_name_read;
24 extern prof_dump_open_file_t *JET_MUTABLE prof_dump_open_file;
26 extern prof_dump_write_file_t *JET_MUTABLE prof_dump_write_file;
28 extern prof_dump_open_maps_t *JET_MUTABLE prof_dump_open_maps;
H A Dnstime.h41 extern nstime_monotonic_t *JET_MUTABLE nstime_monotonic;
44 extern nstime_update_t *JET_MUTABLE nstime_update;
47 extern nstime_prof_update_t *JET_MUTABLE nstime_prof_update;
H A Dwitness.h162 extern witness_lock_error_t *JET_MUTABLE witness_lock_error;
165 extern witness_owner_error_t *JET_MUTABLE witness_owner_error;
168 extern witness_not_owner_error_t *JET_MUTABLE witness_not_owner_error;
172 extern witness_depth_error_t *JET_MUTABLE witness_depth_error;
H A Djemalloc_internal_macros.h39 # define JET_MUTABLE macro
41 # define JET_MUTABLE const macro
/src/contrib/jemalloc/src/
H A Dwitness.c55 witness_lock_error_t *JET_MUTABLE witness_lock_error = witness_lock_error_impl;
63 witness_owner_error_t *JET_MUTABLE witness_owner_error =
72 witness_not_owner_error_t *JET_MUTABLE witness_not_owner_error =
84 witness_depth_error_t *JET_MUTABLE witness_depth_error =
H A Dnstime.c226 nstime_monotonic_t *JET_MUTABLE nstime_monotonic = nstime_monotonic_impl;
261 nstime_prof_update_t *JET_MUTABLE nstime_prof_update = nstime_prof_update_impl;
275 nstime_update_t *JET_MUTABLE nstime_update = nstime_update_impl;
H A Dprof_sys.c316 prof_sys_thread_name_read_t *JET_MUTABLE prof_sys_thread_name_read =
393 prof_dump_open_file_t *JET_MUTABLE prof_dump_open_file =
403 prof_dump_write_file_t *JET_MUTABLE prof_dump_write_file = malloc_write_fd;
468 prof_dump_open_maps_t *JET_MUTABLE prof_dump_open_maps =