Home | History | Annotate | Download | only in src

Lines Matching refs:message_thread

273 void* message_thread(void *input)
2044 r = pthread_create(&msg_thread_id,0,message_thread,this);
2048 DEBUG_PRINT_ERROR("component_init(): message_thread creation failed");