Home
last modified time | relevance | path

Searched refs:leak_corrupted_threadpool (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/caffe2/utils/threadpool/
H A Dpthreadpool-cpp.cc12 bool leak_corrupted_threadpool = false; variable
15 leak_corrupted_threadpool = true; in child_atfork()
97 if (C10_UNLIKELY(leak_corrupted_threadpool)) { in pthreadpool()
98 leak_corrupted_threadpool = false; in pthreadpool()
/aosp_15_r20/external/executorch/extension/threadpool/
H A Dthreadpool.cpp28 bool leak_corrupted_threadpool = false; variable
31 leak_corrupted_threadpool = true; in child_atfork()
121 if ET_UNLIKELY (leak_corrupted_threadpool) { in get_threadpool()
122 leak_corrupted_threadpool = false; in get_threadpool()