OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t1_start
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/safestack/
pthread-cleanup.c
12
void *
t1_start
(void *ptr)
function
23
if (pthread_create(&t1, NULL,
t1_start
, NULL))
pthread.c
15
void *
t1_start
(void *ptr)
function
35
if (pthread_create(&t1, NULL,
t1_start
, &ptr_test))
Completed in 564 milliseconds