OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_tb
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
pitest-1.c
199
void *
thread_tb
(void *arg)
function
295
rc = pthread_create(&threadtb, &threadattr,
thread_tb
, &timeout);
pitest-5.c
219
void *
thread_tb
(void *arg)
function
315
rc = pthread_create(&threadtb, &threadattr,
thread_tb
, NULL);
pitest-6.c
199
void *
thread_tb
(void *arg)
function
294
rc = pthread_create(&threadtb, &threadattr,
thread_tb
, &timeout);
Completed in 81 milliseconds