HomeSort by relevance Sort by last modified time
    Searched refs:p_pthread_info (Results 1 - 2 of 2) sorted by null

  /system/nfc/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 102 gki_pthread_info_t* p_pthread_info = (gki_pthread_info_t*)params; local
104 p_pthread_info->task_id,
105 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(),
106 p_pthread_info->pCond, p_pthread_info->pMutex);
108 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id;
110 (p_pthread_info->task_entry)(p_pthread_info->params);
112 GKI_TRACE_1("gki_task task_id=%i terminating", p_pthread_info->task_id);
113 gki_cb.os.thread_id[p_pthread_info->task_id] = 0
627 gki_pthread_info_t* p_pthread_info = &gki_pthread_info[rtask]; local
    [all...]
  /system/nfc/src/gki/ulinux/
gki_ulinux.c 91 gki_pthread_info_t* p_pthread_info = (gki_pthread_info_t*)params; local
93 p_pthread_info->task_id,
94 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(),
95 p_pthread_info->pCond, p_pthread_info->pMutex);
97 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id;
99 (p_pthread_info->task_entry)(p_pthread_info->params);
101 GKI_TRACE_ERROR_1("gki_task task_id=%i terminating", p_pthread_info->task_id);
102 gki_cb.os.thread_id[p_pthread_info->task_id] = 0
594 gki_pthread_info_t* p_pthread_info = &gki_pthread_info[rtask]; local
    [all...]

Completed in 49 milliseconds