Searched defs:task_entry (Results 1 - 3 of 3) sorted by path

/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c71 TASKPTR task_entry; /* Task entry function*/ member in struct:__anon1132
275 (p_pthread_info->task_entry)(p_pthread_info->params);
355 ** Parameters: task_entry - (input) pointer to the entry function of the task
368 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize) argument
378 GKI_TRACE( "GKI_create_task %x %d %s %x %d", (int)task_entry, (int)task_id,
416 gki_pthread_info[task_id].task_entry = task_entry;
455 (int)task_entry,
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c85 TASKPTR task_entry; /* Task entry function*/ member in struct:__anon23888
113 (p_pthread_info->task_entry)(p_pthread_info->params);
204 ** Parameters: task_entry - (input) pointer to the entry function of the task
217 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex) argument
228 GKI_TRACE_5 ("GKI_create_task func=0x%x id=%d name=%s stack=0x%x stackSize=%d", task_entry, task_id, taskname, stack, stacksize);
261 gki_pthread_info[task_id].task_entry = task_entry;
295 task_entry,
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c84 TASKPTR task_entry; /* Task entry function*/ member in struct:__anon23901
110 (p_pthread_info->task_entry)(p_pthread_info->params);
201 ** Parameters: task_entry - (input) pointer to the entry function of the task
214 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex) argument
225 GKI_TRACE_5 ("GKI_create_task func=0x%x id=%d name=%s stack=0x%x stackSize=%d", task_entry, task_id, taskname, stack, stacksize);
258 gki_pthread_info[task_id].task_entry = task_entry;
292 task_entry,

Completed in 222 milliseconds