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

/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c89 gki_pthread_info_t gki_pthread_info[GKI_MAX_TASKS]; variable
415 gki_pthread_info[task_id].task_id = task_id;
416 gki_pthread_info[task_id].task_entry = task_entry;
417 gki_pthread_info[task_id].params = 0;
422 &gki_pthread_info[task_id]);
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c90 gki_pthread_info_t gki_pthread_info[GKI_MAX_TASKS]; variable
260 gki_pthread_info[task_id].task_id = task_id;
261 gki_pthread_info[task_id].task_entry = task_entry;
262 gki_pthread_info[task_id].params = 0;
263 gki_pthread_info[task_id].pCond = (pthread_cond_t*)pCondVar;
264 gki_pthread_info[task_id].pMutex = (pthread_mutex_t*)pMutex;
269 &gki_pthread_info[task_id]);
655 gki_pthread_info_t* p_pthread_info = &gki_pthread_info[rtask];
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c89 gki_pthread_info_t gki_pthread_info[GKI_MAX_TASKS]; variable
257 gki_pthread_info[task_id].task_id = task_id;
258 gki_pthread_info[task_id].task_entry = task_entry;
259 gki_pthread_info[task_id].params = 0;
260 gki_pthread_info[task_id].pCond = (pthread_cond_t*)pCondVar;
261 gki_pthread_info[task_id].pMutex = (pthread_mutex_t*)pMutex;
266 &gki_pthread_info[task_id]);
632 gki_pthread_info_t* p_pthread_info = &gki_pthread_info[rtask];

Completed in 1002 milliseconds