OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DDLogicalThread
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_deadlock_detector1.cc
29
struct
DDLogicalThread
{
46
DDLogicalThread
*CreateLogicalThread(u64 ctx) override;
47
void DestroyLogicalThread(
DDLogicalThread
*lt) override;
58
void MutexEnsureID(
DDLogicalThread
*lt, DDMutex *m);
80
DDLogicalThread
* DD::CreateLogicalThread(u64 ctx) {
81
DDLogicalThread
*lt = (
DDLogicalThread
*)InternalAlloc(sizeof(*lt));
88
void DD::DestroyLogicalThread(
DDLogicalThread
*lt) {
89
lt->~
DDLogicalThread
();
98
void DD::MutexEnsureID(
DDLogicalThread
*lt, DDMutex *m)
[
all
...]
sanitizer_deadlock_detector2.cc
71
struct
DDLogicalThread
{
90
DDLogicalThread
* CreateLogicalThread(u64 ctx);
91
void DestroyLogicalThread(
DDLogicalThread
*lt);
102
void CycleCheck(DDPhysicalThread *pt,
DDLogicalThread
*lt, DDMutex *mtx);
103
void Report(DDPhysicalThread *pt,
DDLogicalThread
*lt, int npath);
136
DDLogicalThread
* DD::CreateLogicalThread(u64 ctx) {
137
DDLogicalThread
*lt = (
DDLogicalThread
*)InternalAlloc(
138
sizeof(
DDLogicalThread
));
144
void DD::DestroyLogicalThread(
DDLogicalThread
*lt)
[
all
...]
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_deadlock_detector1.cpp
28
struct
DDLogicalThread
{
45
DDLogicalThread
*CreateLogicalThread(u64 ctx) override;
46
void DestroyLogicalThread(
DDLogicalThread
*lt) override;
57
void MutexEnsureID(
DDLogicalThread
*lt, DDMutex *m);
79
DDLogicalThread
* DD::CreateLogicalThread(u64 ctx) {
80
DDLogicalThread
*lt = (
DDLogicalThread
*)InternalAlloc(sizeof(*lt));
87
void DD::DestroyLogicalThread(
DDLogicalThread
*lt) {
88
lt->~
DDLogicalThread
();
97
void DD::MutexEnsureID(
DDLogicalThread
*lt, DDMutex *m)
[
all
...]
sanitizer_deadlock_detector2.cpp
70
struct
DDLogicalThread
{
89
DDLogicalThread
* CreateLogicalThread(u64 ctx);
90
void DestroyLogicalThread(
DDLogicalThread
*lt);
101
void CycleCheck(DDPhysicalThread *pt,
DDLogicalThread
*lt, DDMutex *mtx);
102
void Report(DDPhysicalThread *pt,
DDLogicalThread
*lt, int npath);
135
DDLogicalThread
* DD::CreateLogicalThread(u64 ctx) {
136
DDLogicalThread
*lt = (
DDLogicalThread
*)InternalAlloc(
137
sizeof(
DDLogicalThread
));
143
void DD::DestroyLogicalThread(
DDLogicalThread
*lt)
[
all
...]
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_deadlock_detector1.cpp
28
struct
DDLogicalThread
{
45
DDLogicalThread
*CreateLogicalThread(u64 ctx) override;
46
void DestroyLogicalThread(
DDLogicalThread
*lt) override;
57
void MutexEnsureID(
DDLogicalThread
*lt, DDMutex *m);
79
DDLogicalThread
* DD::CreateLogicalThread(u64 ctx) {
80
DDLogicalThread
*lt = (
DDLogicalThread
*)InternalAlloc(sizeof(*lt));
87
void DD::DestroyLogicalThread(
DDLogicalThread
*lt) {
88
lt->~
DDLogicalThread
();
97
void DD::MutexEnsureID(
DDLogicalThread
*lt, DDMutex *m)
[
all
...]
sanitizer_deadlock_detector2.cpp
70
struct
DDLogicalThread
{
89
DDLogicalThread
* CreateLogicalThread(u64 ctx);
90
void DestroyLogicalThread(
DDLogicalThread
*lt);
101
void CycleCheck(DDPhysicalThread *pt,
DDLogicalThread
*lt, DDMutex *mtx);
102
void Report(DDPhysicalThread *pt,
DDLogicalThread
*lt, int npath);
135
DDLogicalThread
* DD::CreateLogicalThread(u64 ctx) {
136
DDLogicalThread
*lt = (
DDLogicalThread
*)InternalAlloc(
137
sizeof(
DDLogicalThread
));
143
void DD::DestroyLogicalThread(
DDLogicalThread
*lt)
[
all
...]
Completed in 57 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026