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

  /system/nfc/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 82 TASKPTR task_entry; /* Task entry function*/ member in struct:__anon114630
110 (p_pthread_info->task_entry)(p_pthread_info->params);
198 ** Parameters: task_entry - (input) pointer to the entry function of the
214 uint8_t GKI_create_task(TASKPTR task_entry, uint8_t task_id, int8_t* taskname,
228 task_entry, task_id, taskname, stack, stacksize);
262 gki_pthread_info[task_id].task_entry = task_entry;
290 GKI_TRACE_6("Leaving GKI_create_task %x %d %x %s %x %d", task_entry, task_id,
    [all...]
  /system/nfc/src/gki/ulinux/
gki_ulinux.c 73 TASKPTR task_entry; /* Task entry function*/ member in struct:__anon114659
99 (p_pthread_info->task_entry)(p_pthread_info->params);
184 ** Parameters: task_entry - (input) pointer to the entry function of the
200 uint8_t GKI_create_task(TASKPTR task_entry, uint8_t task_id, int8_t* taskname,
214 task_entry, task_id, taskname, stack, stacksize);
248 gki_pthread_info[task_id].task_entry = task_entry;
276 GKI_TRACE_6("Leaving GKI_create_task %x %d %x %s %x %d", task_entry, task_id,
    [all...]
  /external/autotest/scheduler/
monitor_db.py 595 for task_entry in task_entries:
596 using_host = (task_entry.host is not None
597 and task_entry.status not in non_host_statuses)
599 self._assert_host_has_no_agent(task_entry)
    [all...]

Completed in 109 milliseconds