OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:childthread
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/drd/tests/
threaded-fork.c
21
pthread_t
childthread
;
local
25
pthread_create(&
childthread
, NULL, threadmain, (void *)2);
26
pthread_detach(
childthread
);
31
pthread_create(&
childthread
, NULL, threadmain, 0);
32
pthread_join(
childthread
, &res);
/external/valgrind/none/tests/
threaded-fork.c
19
pthread_t
childthread
;
local
23
pthread_create( &
childthread
, NULL, threadmain, (void *)2 );
28
pthread_create( &
childthread
, NULL, threadmain, 0 );
29
pthread_join(
childthread
, &res );
39
pthread_join(
childthread
, &res );
/external/strace/test/
Makefile
4
sig skodic clone leaderkill
childthread
\
13
childthread
: LDFLAGS += -pthread
Completed in 304 milliseconds