Home | History | Annotate | Download | only in ulinux

Lines Matching full:tasks

97 ** Description      entry point of GKI created tasks
117 pthread_exit(0); /* GKI tasks have no return value */
254 /* On Android, the new tasks starts running before 'gki_cb.os.thread_id[task_id]' is initialized */
305 ** Description shutdowns the GKI tasks/threads in from max task id to 0 and frees
575 ** the tasks and timers when the system is being stopped
605 ** Description This function is called by tasks to wait for a specific
741 ** Description This function is called by tasks to sleep unconditionally
785 ** Description This function is called by tasks to send events to other
786 ** tasks. Tasks can also send events to themselves.
825 ** tasks. The only difference between this function and GKI_send_event
1222 ** Description This function is called by tasks to disable scheduler
1244 ** Description This function is called by tasks to enable scheduler switching.