Searched refs:p_os (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/gki/ulinux/ |
D | gki_ulinux.c | 177 tGKI_OS *p_os; in GKI_init() local 190 p_os = &gki_cb.os; in GKI_init() 191 pthread_mutex_init(&p_os->GKI_mutex, &attr); in GKI_init() 194 pthread_mutex_init(&p_os->GKI_trace_mutex, NULL); in GKI_init() 201 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND; in GKI_init() 202 pthread_mutex_init(&p_os->gki_timer_mutex, NULL); in GKI_init() 204 pthread_cond_init(&p_os->gki_timer_cond, NULL); in GKI_init() 546 tGKI_OS *p_os = &gki_cb.os; in gki_system_tick_start_stop_cback() local 547 int *p_run_cond = &p_os->no_timer_suspend; in gki_system_tick_start_stop_cback() 557 pthread_mutex_lock(&p_os->gki_timer_mutex); in gki_system_tick_start_stop_cback() [all …]
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
D | gki_ulinux.c | 153 tGKI_OS *p_os; in GKI_init() local 166 p_os = &gki_cb.os; in GKI_init() 167 pthread_mutex_init(&p_os->GKI_mutex, &attr); in GKI_init() 170 pthread_mutex_init(&p_os->GKI_trace_mutex, NULL); in GKI_init() 177 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND; in GKI_init() 178 pthread_mutex_init(&p_os->gki_timer_mutex, NULL); in GKI_init() 179 pthread_cond_init(&p_os->gki_timer_cond, NULL); in GKI_init() 401 tGKI_OS *p_os = &gki_cb.os; in gki_system_tick_start_stop_cback() local 402 volatile int *p_run_cond = &p_os->no_timer_suspend; in gki_system_tick_start_stop_cback() 424 pthread_mutex_lock( &p_os->gki_timer_mutex ); in gki_system_tick_start_stop_cback() [all …]
|
/external/libnfc-nci/src/gki/ulinux/ |
D | gki_ulinux.c | 150 tGKI_OS *p_os; in GKI_init() local 163 p_os = &gki_cb.os; in GKI_init() 164 pthread_mutex_init(&p_os->GKI_mutex, &attr); in GKI_init() 167 pthread_mutex_init(&p_os->GKI_trace_mutex, NULL); in GKI_init() 174 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND; in GKI_init() 175 pthread_mutex_init(&p_os->gki_timer_mutex, NULL); in GKI_init() 176 pthread_cond_init(&p_os->gki_timer_cond, NULL); in GKI_init() 401 tGKI_OS *p_os = &gki_cb.os; in gki_system_tick_start_stop_cback() local 402 volatile int *p_run_cond = &p_os->no_timer_suspend; in gki_system_tick_start_stop_cback() 424 pthread_mutex_lock( &p_os->gki_timer_mutex ); in gki_system_tick_start_stop_cback() [all …]
|