OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ignore_thread_creation
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/drd/
drd_thread.c
82
Bool DRD_(
ignore_thread_creation
) = True;
variable
84
Bool DRD_(
ignore_thread_creation
) = False;
variable
317
if (DRD_(
ignore_thread_creation
)) {
620
if (DRD_(
ignore_thread_creation
)) {
662
if (DRD_(
ignore_thread_creation
)) {
678
if (DRD_(
ignore_thread_creation
)) {
[
all
...]
drd_main.c
108
DRD_(
ignore_thread_creation
)) {}
253
DRD_(
ignore_thread_creation
) ? "yes" : "no"
[
all
...]
drd_thread.h
130
extern Bool DRD_(
ignore_thread_creation
);
Completed in 41 milliseconds