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

  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 107 gki_pthread_info_t *p_pthread_info = (gki_pthread_info_t *)params; local
108 GKI_TRACE_5("gki_task_entry task_id=%i, thread_id=%x/%x, pCond/pMutex=%x/%x", p_pthread_info->task_id,
109 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(),
110 p_pthread_info->pCond, p_pthread_info->pMutex);
112 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id;
114 (p_pthread_info->task_entry)(p_pthread_info->params);
116 GKI_TRACE_1("gki_task task_id=%i terminating", p_pthread_info->task_id);
117 gki_cb.os.thread_id[p_pthread_info->task_id] = 0
656 gki_pthread_info_t* p_pthread_info = &gki_pthread_info[rtask]; local
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 104 gki_pthread_info_t *p_pthread_info = (gki_pthread_info_t *)params; local
105 GKI_TRACE_5("gki_task_entry task_id=%i, thread_id=%x/%x, pCond/pMutex=%x/%x", p_pthread_info->task_id,
106 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(),
107 p_pthread_info->pCond, p_pthread_info->pMutex);
109 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id;
111 (p_pthread_info->task_entry)(p_pthread_info->params);
113 GKI_TRACE_1("gki_task task_id=%i terminating", p_pthread_info->task_id);
114 gki_cb.os.thread_id[p_pthread_info->task_id] = 0
633 gki_pthread_info_t* p_pthread_info = &gki_pthread_info[rtask]; local
    [all...]

Completed in 182 milliseconds