Searched defs:frt (Results 1 – 2 of 2) sorted by relevance
73 static SDLOSXCAGuard* FileReaderThread_GetGuard(FileReaderThread *frt) in FileReaderThread_GetGuard()79 static int FileReaderThread_TryNextRead (FileReaderThread *frt, AudioFileManager* inItem) in FileReaderThread_TryNextRead()110 static void FileReaderThread_AddReader(FileReaderThread *frt) in FileReaderThread_AddReader()120 static void FileReaderThread_RemoveReader (FileReaderThread *frt, AudioFileManager* inItem) in FileReaderThread_RemoveReader()155 static int FileReaderThread_StartFixedPriorityThread (FileReaderThread *frt) in FileReaderThread_StartFixedPriorityThread()236 FileReaderThread *frt = (FileReaderThread *)inRefCon; in FileReaderThread_DiskReaderEntry() local245 static void FileReaderThread_ReadNextChunk (FileReaderThread *frt) in FileReaderThread_ReadNextChunk()329 void delete_FileReaderThread(FileReaderThread *frt) in delete_FileReaderThread()340 FileReaderThread *frt = (FileReaderThread *) SDL_malloc(sizeof (FileReaderThread)); in new_FileReaderThread() local
95 uint32_t frt:1; member