OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:th2
(Results
1 - 4
of
4
) sorted by null
/system/extras/tests/bionic/libc/common/
test_pthread_rwlock.c
299
pthread_t th1,
th2
;
local
309
pthread_create(&
th2
, NULL, do_rwlock_test_rd3_t2, s);
317
TZERO(pthread_join(
th2
, &dummy));
test_pthread_mutex.c
322
pthread_t th1,
th2
;
local
332
pthread_create(&
th2
, NULL, do_mutex_test_3_t2, s);
340
TZERO(pthread_join(
th2
, &dummy));
/external/chromium/sdch/open-vcdiff/src/
blockhash_test.cc
[
all
...]
/external/qemu/tcg/
tcg.c
816
const TCGHelperInfo *
th2
= p2;
local
817
if (th1->func <
th2
->func)
819
else if (th1->func ==
th2
->func)
[
all
...]
Completed in 144 milliseconds