Searched defs:p_pthread_info (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c266 gki_pthread_info_t *p_pthread_info = (gki_pthread_info_t *)params; local
267 gki_cb.os.thread_id[p_pthread_info->task_id] = pthread_self();
269 prctl(PR_SET_NAME, (unsigned long)gki_cb.com.OSTName[p_pthread_info->task_id], 0, 0, 0);
271 ALOGI("gki_task_entry task_id=%i [%s] starting\n", p_pthread_info->task_id,
272 gki_cb.com.OSTName[p_pthread_info->task_id]);
275 (p_pthread_info->task_entry)(p_pthread_info->params);
277 ALOGI("gki_task task_id=%i [%s] terminating\n", p_pthread_info->task_id,
278 gki_cb.com.OSTName[p_pthread_info->task_id]);
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c106 gki_pthread_info_t *p_pthread_info = (gki_pthread_info_t *)params; local
107 GKI_TRACE_5("gki_task_entry task_id=%i, thread_id=%x/%x, pCond/pMutex=%x/%x", p_pthread_info->task_id,
108 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(),
109 p_pthread_info->pCond, p_pthread_info->pMutex);
111 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id;
113 (p_pthread_info->task_entry)(p_pthread_info->params);
115 GKI_TRACE_1("gki_task task_id=%i terminating", p_pthread_info->task_id);
116 gki_cb.os.thread_id[p_pthread_info
655 gki_pthread_info_t* p_pthread_info = &gki_pthread_info[rtask]; local
[all...]
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c103 gki_pthread_info_t *p_pthread_info = (gki_pthread_info_t *)params; local
104 GKI_TRACE_5("gki_task_entry task_id=%i, thread_id=%x/%x, pCond/pMutex=%x/%x", 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
632 gki_pthread_info_t* p_pthread_info = &gki_pthread_info[rtask]; local
[all...]

Completed in 176 milliseconds