OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thread_arg
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_linux_test.cc
76
pthread_mutex_lock(&
thread_arg
.terminate_thread_mutex);
77
thread_arg
.terminate_thread = true;
78
pthread_cond_broadcast(&
thread_arg
.terminate_thread_cond);
79
pthread_mutex_unlock(&
thread_arg
.terminate_thread_mutex);
91
TidReporterArgument
thread_arg
;
member in class:__sanitizer::ThreadListerTest
111
pthread_mutex_lock(&
thread_arg
.tid_reported_mutex);
112
thread_arg
.reported_tid = -1;
115
&
thread_arg
));
116
while (
thread_arg
.reported_tid == (tid_t)(-1))
117
pthread_cond_wait(&
thread_arg
.tid_reported_cond
[
all
...]
sanitizer_linux_test.cc
76
pthread_mutex_lock(&
thread_arg
.terminate_thread_mutex);
77
thread_arg
.terminate_thread = true;
78
pthread_cond_broadcast(&
thread_arg
.terminate_thread_cond);
79
pthread_mutex_unlock(&
thread_arg
.terminate_thread_mutex);
91
TidReporterArgument
thread_arg
;
member in class:__sanitizer::ThreadListerTest
111
pthread_mutex_lock(&
thread_arg
.tid_reported_mutex);
112
thread_arg
.reported_tid = -1;
115
&
thread_arg
));
116
while (
thread_arg
.reported_tid == (tid_t)(-1))
117
pthread_cond_wait(&
thread_arg
.tid_reported_cond
[
all
...]
Completed in 21 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025