OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cond2
(Results
1 - 2
of
2
) sorted by null
/system/extras/tests/bionic/libc/bionic/
test_pthread_cond.c
9
static pthread_cond_t
cond2
;
variable
28
printf("2 waiting for
cond2
\n");
30
pthread_cond_wait(&
cond2
, &test_lock );
47
printf("3 signal
cond2
\n");
48
pthread_cond_signal(&
cond2
);
72
pthread_cond_init(&
cond2
, NULL);
/external/qemu/tcg/ppc/
tcg-target.c
1083
struct { int bit1; int bit2; int
cond2
; } bits[] = {
member in struct:__anon10042
1111
tcg_out_cmp (s, b->
cond2
, args[1], args[3], const_args[3], 5);
[
all
...]
Completed in 38 milliseconds