OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_os
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c
152
tGKI_OS *
p_os
;
local
165
p_os
= &gki_cb.os;
166
pthread_mutex_init(&
p_os
->GKI_mutex, &attr);
169
pthread_mutex_init(&
p_os
->GKI_trace_mutex, NULL);
176
p_os
->no_timer_suspend = GKI_TIMER_TICK_RUN_COND;
177
pthread_mutex_init(&
p_os
->gki_timer_mutex, NULL);
178
pthread_cond_init(&
p_os
->gki_timer_cond, NULL);
403
tGKI_OS *
p_os
= &gki_cb.os;
local
404
volatile int *p_run_cond = &
p_os
->no_timer_suspend;
426
pthread_mutex_lock( &
p_os
->gki_timer_mutex )
[
all
...]
/external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c
149
tGKI_OS *
p_os
;
local
162
p_os
= &gki_cb.os;
163
pthread_mutex_init(&
p_os
->GKI_mutex, &attr);
166
pthread_mutex_init(&
p_os
->GKI_trace_mutex, NULL);
173
p_os
->no_timer_suspend = GKI_TIMER_TICK_RUN_COND;
174
pthread_mutex_init(&
p_os
->gki_timer_mutex, NULL);
175
pthread_cond_init(&
p_os
->gki_timer_cond, NULL);
403
tGKI_OS *
p_os
= &gki_cb.os;
local
404
volatile int *p_run_cond = &
p_os
->no_timer_suspend;
426
pthread_mutex_lock( &
p_os
->gki_timer_mutex )
[
all
...]
Completed in 3222 milliseconds