OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:impl_
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util_posix.cc
363
impl_
= new Impl;
364
impl_
->main = main;
365
impl_
->detached = detached;
366
atomic_store(&
impl_
->event, 0, memory_order_relaxed);
373
__interceptor_pthread_create(&
impl_
->thread, &attr,
374
ScopedThread::Impl::ScopedThreadCallback,
impl_
);
379
if (!
impl_
->main) {
381
impl_
->send(&event);
382
if (!
impl_
->detached)
383
__interceptor_pthread_join(
impl_
->thread, 0)
[
all
...]
tsan_test_util.h
118
Impl *
impl_
;
member in class:ScopedThread
Completed in 15 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025