OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:detached_posix_thread
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/drd/
drd_thread.h
89
Bool
detached_posix_thread
;
member in struct:__anon12444
216
&& DRD_(g_threadinfo)[tid].
detached_posix_thread
== False));
drd_thread.c
172
&& DRD_(g_threadinfo)[i].
detached_posix_thread
== False)
471
DRD_(g_threadinfo)[tid].
detached_posix_thread
= False;
473
tl_assert(!DRD_(g_threadinfo)[tid].
detached_posix_thread
);
492
if (DRD_(g_threadinfo)[tid].
detached_posix_thread
)
558
return ! DRD_(g_threadinfo)[tid].
detached_posix_thread
;
569
DRD_(g_threadinfo)[tid].
detached_posix_thread
= ! joinable;
[
all
...]
Completed in 609 milliseconds