OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadtb
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
pitest-6.c
235
pthread_t threads[cpus - 1], threadsample, threadtp, threadtl,
threadtb
;
local
294
rc = pthread_create(&
threadtb
, &threadattr, thread_tb, &timeout);
303
test_set_priority(
threadtb
, SCHED_FIFO, 1);
pitest-1.c
235
pthread_t threads[cpus - 1], threadsample, threadtp, threadtl,
threadtb
;
local
295
rc = pthread_create(&
threadtb
, &threadattr, thread_tb, &timeout);
pitest-5.c
259
pthread_t threads[cpus - 1], threadsample, threadtp, threadtl,
threadtb
;
local
315
rc = pthread_create(&
threadtb
, &threadattr, thread_tb, NULL);
Completed in 59 milliseconds