OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Impl
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_log_interface.cc
42
XRayLogImpl
Impl
;
66
XRayLogImpl
Impl
) XRAY_NEVER_INSTRUMENT {
67
if (
Impl
.flush_log == nullptr ||
Impl
.handle_arg0 == nullptr ||
68
Impl
.log_finalize == nullptr ||
Impl
.log_init == nullptr)
80
NewModeImpl->
Impl
=
Impl
;
91
CurrentXRayImpl = it->
Impl
;
93
__xray_set_handler(it->
Impl
.handle_arg0)
[
all
...]
xray_basic_logging.cc
467
XRayLogImpl
Impl
{
473
auto RegistrationResult = __xray_log_register_mode("xray-basic",
Impl
);
xray_profiling.cc
498
XRayLogImpl
Impl
{
504
auto RegistrationResult = __xray_log_register_mode("xray-profiling",
Impl
);
xray_fdr_logging.cc
729
XRayLogImpl
Impl
{
735
auto RegistrationResult = __xray_log_register_mode("xray-fdr",
Impl
);
/src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_log_interface.h
203
/// case there are any nullptr members in
Impl
, XRay will *uninstall any
217
void __xray_set_log_impl(XRayLogImpl
Impl
);
225
/// identifier used when retrieving the log
impl
.
233
XRayLogImpl
Impl
);
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util.h
117
struct
Impl
;
118
Impl
*impl_;
tsan_test_util_posix.cc
235
struct ScopedThread::
Impl
{
246
void ScopedThread::
Impl
::HandleEvent(Event *ev) {
331
void *ScopedThread::
Impl
::ScopedThreadCallback(void *arg) {
333
Impl
*
impl
= (
Impl
*)arg;
335
Event* ev = (Event*)atomic_load(&
impl
->event, memory_order_acquire);
341
atomic_store(&
impl
->event, 0, memory_order_release);
344
impl
->HandleEvent(ev);
345
atomic_store(&
impl
->event, 0, memory_order_release)
[
all
...]
Completed in 21 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026