HomeSort by: relevance | last modified time | path
    Searched refs:te_ctx_t (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
thread_event.h 45 } te_ctx_t; typedef in typeref:struct:te_ctx_s
48 void te_event_trigger(tsd_t *tsd, te_ctx_t *ctx);
51 void te_adjust_thresholds_helper(tsd_t *tsd, te_ctx_t *ctx, uint64_t wait);
107 te_ctx_is_alloc(te_ctx_t *ctx) {
112 te_ctx_current_bytes_get(te_ctx_t *ctx) {
117 te_ctx_current_bytes_set(te_ctx_t *ctx, uint64_t v) {
122 te_ctx_last_event_get(te_ctx_t *ctx) {
127 te_ctx_last_event_set(te_ctx_t *ctx, uint64_t v) {
133 te_ctx_next_event_fast_get(te_ctx_t *ctx) {
140 te_ctx_next_event_fast_set(te_ctx_t *ctx, uint64_t v)
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
thread_event.h 45 } te_ctx_t; typedef in typeref:struct:te_ctx_s
48 void te_event_trigger(tsd_t *tsd, te_ctx_t *ctx);
51 void te_adjust_thresholds_helper(tsd_t *tsd, te_ctx_t *ctx, uint64_t wait);
107 te_ctx_is_alloc(te_ctx_t *ctx) {
112 te_ctx_current_bytes_get(te_ctx_t *ctx) {
117 te_ctx_current_bytes_set(te_ctx_t *ctx, uint64_t v) {
122 te_ctx_last_event_get(te_ctx_t *ctx) {
127 te_ctx_last_event_set(te_ctx_t *ctx, uint64_t v) {
133 te_ctx_next_event_fast_get(te_ctx_t *ctx) {
140 te_ctx_next_event_fast_set(te_ctx_t *ctx, uint64_t v)
    [all...]
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
thread_event.h 44 } te_ctx_t; typedef in typeref:struct:te_ctx_s
47 void te_event_trigger(tsd_t *tsd, te_ctx_t *ctx);
129 te_ctx_is_alloc(te_ctx_t *ctx) {
134 te_ctx_current_bytes_get(te_ctx_t *ctx) {
139 te_ctx_current_bytes_set(te_ctx_t *ctx, uint64_t v) {
144 te_ctx_last_event_get(te_ctx_t *ctx) {
149 te_ctx_last_event_set(te_ctx_t *ctx, uint64_t v) {
155 te_ctx_next_event_fast_get(te_ctx_t *ctx) {
162 te_ctx_next_event_fast_set(te_ctx_t *ctx, uint64_t v) {
179 te_ctx_next_event_get(te_ctx_t *ctx)
    [all...]
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
thread_event.h 44 } te_ctx_t; typedef in typeref:struct:te_ctx_s
47 void te_event_trigger(tsd_t *tsd, te_ctx_t *ctx);
129 te_ctx_is_alloc(te_ctx_t *ctx) {
134 te_ctx_current_bytes_get(te_ctx_t *ctx) {
139 te_ctx_current_bytes_set(te_ctx_t *ctx, uint64_t v) {
144 te_ctx_last_event_get(te_ctx_t *ctx) {
149 te_ctx_last_event_set(te_ctx_t *ctx, uint64_t v) {
155 te_ctx_next_event_fast_get(te_ctx_t *ctx) {
162 te_ctx_next_event_fast_set(te_ctx_t *ctx, uint64_t v) {
179 te_ctx_next_event_get(te_ctx_t *ctx)
    [all...]
  /src/external/bsd/jemalloc.old/dist/test/unit/
thread_event.c 5 te_ctx_t ctx;
  /src/external/bsd/jemalloc.old/dist/src/
thread_event.c 75 te_ctx_has_active_events(te_ctx_t *ctx) {
106 te_assert_invariants_impl(tsd_t *tsd, te_ctx_t *ctx) {
138 te_ctx_t ctx;
194 te_ctx_next_event_fast_update(te_ctx_t *ctx) {
209 te_ctx_t ctx;
222 te_adjust_thresholds_helper(tsd_t *tsd, te_ctx_t *ctx,
251 te_event_trigger(tsd_t *tsd, te_ctx_t *ctx) {
307 te_ctx_t ctx;
  /src/external/bsd/jemalloc/dist/src/
thread_event.c 9 te_ctx_has_active_events(te_ctx_t *ctx) {
51 te_assert_invariants_impl(tsd_t *tsd, te_ctx_t *ctx) {
96 te_ctx_t ctx;
152 te_ctx_next_event_fast_update(te_ctx_t *ctx) {
168 te_ctx_t ctx;
181 te_adjust_thresholds_impl(tsd_t *tsd, te_ctx_t *ctx, uint64_t wait) {
194 te_adjust_thresholds_helper(tsd_t *tsd, te_ctx_t *ctx, uint64_t wait) {
351 te_event_trigger(tsd_t *tsd, te_ctx_t *ctx) {
388 te_ctx_t ctx;
thread_event_registry.c 166 te_ctx_t ctx;
  /src/external/bsd/jemalloc/dist/test/unit/
thread_event.c 15 te_ctx_t ctx;

Completed in 30 milliseconds