OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Mar 04 05:31:52 UTC 2026