Home
last modified time | relevance | path

Searched refs:p_pthread_info (Results 1 – 1 of 1) sorted by relevance

/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc88 gki_pthread_info_t* p_pthread_info = (gki_pthread_info_t*)params; in gki_task_entry() local
91 p_pthread_info->task_id, gki_cb.os.thread_id[p_pthread_info->task_id], in gki_task_entry()
92 pthread_self(), p_pthread_info->pCond, p_pthread_info->pMutex); in gki_task_entry()
94 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id; in gki_task_entry()
96 (p_pthread_info->task_entry)(p_pthread_info->params); in gki_task_entry()
99 p_pthread_info->task_id); in gki_task_entry()
100 gki_cb.os.thread_id[p_pthread_info->task_id] = 0; in gki_task_entry()
555 gki_pthread_info_t* p_pthread_info = &gki_pthread_info[rtask]; in GKI_wait() local
556 if (p_pthread_info->pCond != nullptr && p_pthread_info->pMutex != nullptr) { in GKI_wait()
560 p_pthread_info->pCond, p_pthread_info->pMutex); in GKI_wait()
[all …]