OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_finished
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/drd/
drd_barrier.c
49
Bool
thread_finished
;// Whether thread 'tid' has finished.
member in struct:barrier_thread_info
90
p->
thread_finished
= False;
364
if (q->
thread_finished
) {
512
q->
thread_finished
= True;
drd_thread.h
143
void DRD_(
thread_finished
)(const DrdThreadId tid);
drd_main.c
690
DRD_(
thread_finished
)(drd_tid);
drd_thread.c
521
void DRD_(
thread_finished
)(const DrdThreadId tid)
function
[
all
...]
Completed in 2928 milliseconds