Searched refs:p_pthread_info (Results 1 – 1 of 1) sorted by relevance
88 gki_pthread_info_t* p_pthread_info = (gki_pthread_info_t*)params; in gki_task_entry() local91 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()553 gki_pthread_info_t* p_pthread_info = &gki_pthread_info[rtask]; in GKI_wait() local554 if (p_pthread_info->pCond != nullptr && p_pthread_info->pMutex != nullptr) { in GKI_wait()558 p_pthread_info->pCond, p_pthread_info->pMutex); in GKI_wait()[all …]