Searched refs:logger_thread (Results 1 – 1 of 1) sorted by relevance
24 static void *logger_thread(void *);46 iret1 = pthread_create( &thread_logger, NULL, logger_thread, (void*) NULL);58 logger_thread(__unused void *param) in logger_thread() function