Home | History | Annotate | Download | only in ulinux

Lines Matching full:tasks

100 ** Description      entry point of GKI created tasks
120 pthread_exit(0); /* GKI tasks have no return value */
257 /* On Android, the new tasks starts running before 'gki_cb.os.thread_id[task_id]' is initialized */
308 ** Description shutdowns the GKI tasks/threads in from max task id to 0 and frees
597 ** the tasks and timers when the system is being stopped
627 ** Description This function is called by tasks to wait for a specific
763 ** Description This function is called by tasks to sleep unconditionally
807 ** Description This function is called by tasks to send events to other
808 ** tasks. Tasks can also send events to themselves.
847 ** tasks. The only difference between this function and GKI_send_event
1244 ** Description This function is called by tasks to disable scheduler
1266 ** Description This function is called by tasks to enable scheduler switching.