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

  /src/external/bsd/jemalloc/dist/src/
thread_event.c 108 uint64_t last_event = te_ctx_last_event_get(ctx);
228 assert(te_ctx_current_bytes_get(ctx) == te_ctx_last_event_get(ctx));
231 uint64_t next_event = te_ctx_last_event_get(ctx) + (wait <=
255 uint64_t accumbytes = bytes_after - te_ctx_last_event_get(ctx);
  /src/external/bsd/jemalloc.old/dist/src/
thread_event.c 108 uint64_t last_event = te_ctx_last_event_get(ctx);
228 assert(te_ctx_current_bytes_get(ctx) == te_ctx_last_event_get(ctx));
231 uint64_t next_event = te_ctx_last_event_get(ctx) + (wait <=
255 uint64_t accumbytes = bytes_after - te_ctx_last_event_get(ctx);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
thread_event.h 144 te_ctx_last_event_get(te_ctx_t *ctx) { function
  /src/external/bsd/jemalloc/include/jemalloc/internal/
thread_event.h 144 te_ctx_last_event_get(te_ctx_t *ctx) { function
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
thread_event.h 144 te_ctx_last_event_get(te_ctx_t *ctx) { function
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
thread_event.h 144 te_ctx_last_event_get(te_ctx_t *ctx) { function

Completed in 21 milliseconds