OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCurrentTidOrInvalid
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_report.cpp
216
ErrorDeadlySignal error(
GetCurrentTidOrInvalid
(), sig);
222
ErrorDoubleFree error(
GetCurrentTidOrInvalid
(), free_stack, addr);
230
ErrorNewDeleteTypeMismatch error(
GetCurrentTidOrInvalid
(), free_stack, addr,
237
ErrorFreeNotMalloced error(
GetCurrentTidOrInvalid
(), free_stack, addr);
245
ErrorAllocTypeMismatch error(
GetCurrentTidOrInvalid
(), free_stack, addr,
252
ErrorMallocUsableSizeNotOwned error(
GetCurrentTidOrInvalid
(), stack, addr);
259
ErrorSanitizerGetAllocatedSizeNotOwned error(
GetCurrentTidOrInvalid
(), stack,
266
ErrorCallocOverflow error(
GetCurrentTidOrInvalid
(), stack, count, size);
273
ErrorReallocArrayOverflow error(
GetCurrentTidOrInvalid
(), stack, count, size);
279
ErrorPvallocOverflow error(
GetCurrentTidOrInvalid
(), stack, size)
[
all
...]
asan_mac.cpp
187
asan_ctxt->parent_tid =
GetCurrentTidOrInvalid
();
252
int parent_tid =
GetCurrentTidOrInvalid
(); \
asan_thread.h
181
u32
GetCurrentTidOrInvalid
();
asan_thread.cpp
244
tid() ==
GetCurrentTidOrInvalid
()) {
454
u32
GetCurrentTidOrInvalid
() {
asan_fuchsia.cpp
183
u32 parent_tid =
GetCurrentTidOrInvalid
();
asan_win.cpp
150
u32 current_tid =
GetCurrentTidOrInvalid
();
asan_fake_stack.cpp
60
GetCurrentTidOrInvalid
(), (void *)p,
asan_interceptors.cpp
212
u32 current_tid =
GetCurrentTidOrInvalid
();
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_report.cc
213
ErrorDeadlySignal error(
GetCurrentTidOrInvalid
(), sig);
219
ErrorDoubleFree error(
GetCurrentTidOrInvalid
(), free_stack, addr);
227
ErrorNewDeleteTypeMismatch error(
GetCurrentTidOrInvalid
(), free_stack, addr,
234
ErrorFreeNotMalloced error(
GetCurrentTidOrInvalid
(), free_stack, addr);
242
ErrorAllocTypeMismatch error(
GetCurrentTidOrInvalid
(), free_stack, addr,
249
ErrorMallocUsableSizeNotOwned error(
GetCurrentTidOrInvalid
(), stack, addr);
256
ErrorSanitizerGetAllocatedSizeNotOwned error(
GetCurrentTidOrInvalid
(), stack,
263
ErrorCallocOverflow error(
GetCurrentTidOrInvalid
(), stack, count, size);
269
ErrorPvallocOverflow error(
GetCurrentTidOrInvalid
(), stack, size);
276
ErrorInvalidAllocationAlignment error(
GetCurrentTidOrInvalid
(), stack
[
all
...]
asan_mac.cc
220
asan_ctxt->parent_tid =
GetCurrentTidOrInvalid
();
285
int parent_tid =
GetCurrentTidOrInvalid
(); \
asan_fuchsia.cc
153
u32 parent_tid =
GetCurrentTidOrInvalid
();
asan_rtems.cc
150
u32 parent_tid =
GetCurrentTidOrInvalid
();
asan_thread.h
192
u32
GetCurrentTidOrInvalid
();
asan_win.cc
150
u32 current_tid =
GetCurrentTidOrInvalid
();
asan_fake_stack.cc
60
GetCurrentTidOrInvalid
(), p,
asan_thread.cc
438
u32
GetCurrentTidOrInvalid
() {
asan_interceptors.cc
229
u32 current_tid =
GetCurrentTidOrInvalid
();
Completed in 42 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026