Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/gki/ulinux/
H A Dgki_ulinux.cc91 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()
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()
552 if (p_pthread_info->pCond != nullptr && p_pthread_info->pMutex != nullptr) { in GKI_wait()
556 p_pthread_info->pCond, p_pthread_info->pMutex); in GKI_wait()
557 ret = pthread_mutex_lock(p_pthread_info->pMutex); in GKI_wait()
558 ret = pthread_cond_signal(p_pthread_info->pCond); in GKI_wait()
560 p_pthread_info->pMutex = nullptr; in GKI_wait()
[all …]