Lines Matching refs:stack
205 ** stack - (input) pointer to the top of the stack (highest memory location)
206 ** stacksize - (input) size of the stack allocated for the 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);
297 stack,
580 ** NOTE This function is NOT called by the Widcomm stack and
834 ** NOTE This function is NOT called by the Widcomm stack and
857 ** NOTE The Widcomm upper stack and profiles may run as a single task.
1077 ** NOTE This function is NOT called by the Widcomm stack and
1100 ** NOTE This function is called by the Widcomm stack when
1120 ** NOTE This function is NOT called by the Widcomm stack and
1142 ** NOTE This function is NOT called by the Widcomm stack and
1168 ** NOTE This function is NOT called by the Widcomm stack and
1194 ** NOTE This function is NOT called by the Widcomm stack and
1228 ** NOTE This function is NOT called by the Widcomm stack and
1249 ** NOTE This function is NOT called by the Widcomm stack and