OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread_args_p
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/drd/
drd_pthread_intercepts.c
381
DrdPosixThreadArgs*
thread_args_p
;
local
386
thread_args_p
= &thread_args;
388
thread_args_p
= malloc(sizeof(*
thread_args_p
));
390
assert(
thread_args_p
);
392
thread_args_p
->start = start;
393
thread_args_p
->arg = arg;
395
DRD_IGNORE_VAR(
thread_args_p
->wrapper_started);
396
thread_args_p
->wrapper_started = 0;
403
thread_args_p
->detachstate = PTHREAD_CREATE_JOINABLE
[
all
...]
Completed in 158 milliseconds