Searched refs:p_pthread_info (Results 1 – 1 of 1) sorted by relevance
89 gki_pthread_info_t* p_pthread_info = (gki_pthread_info_t*)params; in gki_task_entry() local92 p_pthread_info->task_id, gki_cb.os.thread_id[p_pthread_info->task_id], in gki_task_entry()93 pthread_self(), p_pthread_info->pCond, p_pthread_info->pMutex); in gki_task_entry()95 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id; in gki_task_entry()97 (p_pthread_info->task_entry)(p_pthread_info->params); in gki_task_entry()100 p_pthread_info->task_id); in gki_task_entry()102 gki_cb.os.thread_id[p_pthread_info->task_id] = 0; in gki_task_entry()597 gki_pthread_info_t* p_pthread_info = &gki_pthread_info[rtask]; in GKI_wait() local598 if (p_pthread_info->pCond != nullptr && p_pthread_info->pMutex != nullptr) { in GKI_wait()600 rtask, p_pthread_info->pCond, in GKI_wait()[all …]