OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScopedInterceptor
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.h
9
class
ScopedInterceptor
{
11
ScopedInterceptor
(ThreadState *thr, const char *fname, uptr pc);
12
~
ScopedInterceptor
();
29
ScopedInterceptor
si(thr, #func, caller_pc); \
tsan_interceptors.h
9
class
ScopedInterceptor
{
11
ScopedInterceptor
(ThreadState *thr, const char *fname, uptr pc);
12
~
ScopedInterceptor
();
29
ScopedInterceptor
si(thr, #func, caller_pc); \
tsan_interceptors.cc
253
ScopedInterceptor
::
ScopedInterceptor
(ThreadState *thr, const char *fname,
266
ScopedInterceptor
::~
ScopedInterceptor
() {
276
void
ScopedInterceptor
::EnableIgnores() {
287
void
ScopedInterceptor
::DisableIgnores() {
643
// Note: if we call REAL(longjmp) in the context of
ScopedInterceptor
,
644
// bad things will happen. We will jump over
ScopedInterceptor
dtor and can
1127
ScopedInterceptor
*si;
1136
// tsan code. Also
ScopedInterceptor
and BlockingCall destructors won't ru
[
all
...]
tsan_interceptors.cc
253
ScopedInterceptor
::
ScopedInterceptor
(ThreadState *thr, const char *fname,
266
ScopedInterceptor
::~
ScopedInterceptor
() {
276
void
ScopedInterceptor
::EnableIgnores() {
287
void
ScopedInterceptor
::DisableIgnores() {
643
// Note: if we call REAL(longjmp) in the context of
ScopedInterceptor
,
644
// bad things will happen. We will jump over
ScopedInterceptor
dtor and can
1127
ScopedInterceptor
*si;
1136
// tsan code. Also
ScopedInterceptor
and BlockingCall destructors won't ru
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025