OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_run_cond
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c
323
volatile int *
p_run_cond
= &gki_cb.os.no_timer_suspend;
local
383
oldCOnd = *
p_run_cond
;
384
*
p_run_cond
= GKI_TIMER_TICK_EXIT_COND;
404
volatile int *
p_run_cond
= &p_os->no_timer_suspend;
local
412
*
p_run_cond
= GKI_TIMER_TICK_STOP_COND;
425
*
p_run_cond
= GKI_TIMER_TICK_RUN_COND;
495
volatile int *
p_run_cond
= &gki_cb.os.no_timer_suspend;
local
521
GKI_TRACE_2("GKI_run, run_cond(%x)=%d ",
p_run_cond
, *
p_run_cond
);
522
for (;GKI_TIMER_TICK_EXIT_COND != *
p_run_cond
;)
[
all
...]
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c
323
volatile int *
p_run_cond
= &gki_cb.os.no_timer_suspend;
local
383
oldCOnd = *
p_run_cond
;
384
*
p_run_cond
= GKI_TIMER_TICK_EXIT_COND;
404
volatile int *
p_run_cond
= &p_os->no_timer_suspend;
local
412
*
p_run_cond
= GKI_TIMER_TICK_STOP_COND;
425
*
p_run_cond
= GKI_TIMER_TICK_RUN_COND;
520
volatile int *
p_run_cond
= &gki_cb.os.no_timer_suspend;
local
546
GKI_TRACE_3("%s: run_cond(%x)=%d ", __func__,
p_run_cond
, *
p_run_cond
);
547
for (;GKI_TIMER_TICK_EXIT_COND != *
p_run_cond
;)
[
all
...]
Completed in 75 milliseconds