OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextBuffer
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profile_collector.h
66
/// This
nextBuffer
function is meant to implement the iterator functionality,
68
XRayBuffer
nextBuffer
(XRayBuffer B);
xray_profiling.cc
240
XRayBuffer B = profileCollectorService::
nextBuffer
({nullptr, 0});
255
B = profileCollectorService::
nextBuffer
(B);
474
__xray_log_set_buffer_iterator(profileCollectorService::
nextBuffer
);
xray_profile_collector.cc
379
XRayBuffer
nextBuffer
(XRayBuffer B) XRAY_NEVER_INSTRUMENT {
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
profile_collector_test.cc
145
auto B = profileCollectorService::
nextBuffer
({nullptr, 0});
148
B = profileCollectorService::
nextBuffer
(B);
159
B = profileCollectorService::
nextBuffer
(B);
225
auto B = profileCollectorService::
nextBuffer
({nullptr, 0});
228
B = profileCollectorService::
nextBuffer
(B);
231
B = profileCollectorService::
nextBuffer
(B);
Completed in 13 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025