Lines Matching full:tasks
159 pthread_exit(0); /* GKI tasks have no return value */
282 /* On Android, the new tasks starts running before 'gki_cb.os.thread_id[task_id]' is initialized */
455 ** Description shutdowns the GKI tasks/threads in from max task id to 0 and frees
863 ** the tasks and timers when the system is being stopped
894 ** Description This function is called by tasks to wait for a specific
997 ** Description This function is called by tasks to sleep unconditionally
1041 ** Description This function is called by tasks to send events to other
1042 ** tasks. Tasks can also send events to themselves.
1083 ** tasks. The only difference between this function and GKI_send_event
1479 ** Description This function is called by tasks to disable scheduler
1500 ** Description This function is called by tasks to enable scheduler switching.