Home | History | Annotate | Download | only in libril

Lines Matching defs:eventLoop

4453 eventLoop(void *param) {
4494 /* spin up eventLoop thread and wait for it to get started */
4502 int result = pthread_create(&s_tid_dispatch, &attr, eventLoop, NULL);