Searched refs:gki_pthread_info (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c92 gki_pthread_info_t gki_pthread_info[GKI_MAX_TASKS]; variable
259 gki_pthread_info[task_id].task_id = task_id;
260 gki_pthread_info[task_id].task_entry = task_entry;
261 gki_pthread_info[task_id].params = 0;
262 gki_pthread_info[task_id].pCond = (pthread_cond_t*)pCondVar;
263 gki_pthread_info[task_id].pMutex = (pthread_mutex_t*)pMutex;
268 &gki_pthread_info[task_id]);
654 gki_pthread_info_t* p_pthread_info = &gki_pthread_info[rtask];
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c91 gki_pthread_info_t gki_pthread_info[GKI_MAX_TASKS]; variable
256 gki_pthread_info[task_id].task_id = task_id;
257 gki_pthread_info[task_id].task_entry = task_entry;
258 gki_pthread_info[task_id].params = 0;
259 gki_pthread_info[task_id].pCond = (pthread_cond_t*)pCondVar;
260 gki_pthread_info[task_id].pMutex = (pthread_mutex_t*)pMutex;
265 &gki_pthread_info[task_id]);
632 gki_pthread_info_t* p_pthread_info = &gki_pthread_info[rtask];
/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c115 gki_pthread_info_t gki_pthread_info[GKI_MAX_TASKS]; variable
284 gki_pthread_info[task_id].task_id = task_id;
285 gki_pthread_info[task_id].task_entry = task_entry;
286 gki_pthread_info[task_id].params = 0;
291 &gki_pthread_info[task_id]);

Completed in 73 milliseconds