OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GKI_create_task
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c
201
** Function
GKI_create_task
218
UINT8
GKI_create_task
(TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex)
229
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);
295
GKI_TRACE_6( "Leaving
GKI_create_task
%x %d %x %s %x %d",
[
all
...]
/external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c
198
** Function
GKI_create_task
215
UINT8
GKI_create_task
(TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex)
226
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);
292
GKI_TRACE_6( "Leaving
GKI_create_task
%x %d %x %s %x %d",
[
all
...]
Completed in 933 milliseconds