HomeSort by: relevance | last modified time | path
    Searched defs:sample_wait (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
thread_event.h 257 uint64_t sample_wait = tsd_prof_sample_event_wait_get(tsd); local
258 if (accumbytes < sample_wait) {
261 assert(accumbytes - sample_wait < (uint64_t)usize);
263 *surplus = (size_t)(accumbytes - sample_wait);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
thread_event.h 257 uint64_t sample_wait = tsd_prof_sample_event_wait_get(tsd); local
258 if (accumbytes < sample_wait) {
261 assert(accumbytes - sample_wait < (uint64_t)usize);
263 *surplus = (size_t)(accumbytes - sample_wait);

Completed in 28 milliseconds