Go to the source code of this file.
Classes | |
| struct | statfs |
Typedefs | |
| typedef __int64 | ssize_t |
| typedef unsigned int | uint |
| typedef long | suseconds_t |
| typedef off_t | off64_t |
Functions | |
| static void | srandom (unsigned int seed) |
| static long int | random (void) |
| unsigned | sleep (unsigned int x) |
| int | statfs (const char *path, struct statfs *buffer) |
| const char * | dlerror (void) |
| static struct tm * | gmtime_r (const time_t *timep, struct tm *result) |
| static struct tm * | localtime_r (const time_t *timep, struct tm *result) |
| static int | readdir_r (DIR *dirp, struct dirent *entry, struct dirent **result) |
| typedef int32_t suseconds_t |
| static void srandom | ( | unsigned int | seed | ) | [inline, static] |
Definition at line 125 of file compat.h.
Referenced by MythCoreContextPrivate::MythCoreContextPrivate().
| static long int random | ( | void | ) | [inline, static] |
Definition at line 126 of file compat.h.
Referenced by MHResidentProgram::CallProgram(), SequenceShuffle::create(), SequenceRandom::create(), MusicCommon::cycleVisualizer(), MainServer::DoDeleteThread(), BumpScope::draw(), GLSingleView::EffectBend(), SingleView::EffectBlobs(), SingleView::EffectIncomingEdges(), GLSingleView::EffectInOut(), GLSingleView::EffectKenBurns(), SingleView::EffectMeltdown(), SingleView::EffectMultiCircleOut(), SingleView::EffectNoise(), GLSingleView::EffectRotate(), GLSingleView::EffectSlide(), SingleView::EffectSweep(), MSqlQuery::exec(), GLSingleView::FindRandXY(), PlaybackBoxHelper::GetPreviewImage(), ImageView::GetRandomEffect(), MainServer::HandleGenPreviewPixmap(), MythRAOPDevice::MythRAOPDevice(), MythUIType::MythUIType(), DecoderHandler::next(), MythUIImage::ParseElement(), SSDP::PerformSearch(), PlaybackBox::playSelectedPlaylist(), VideoDialog::playVideoWithTrailers(), JobQueue::ProcessJob(), SSDP::ProcessSearchRequest(), PreviewGenerator::RemotePreviewRun(), TVRec::run(), HouseKeeper::RunHouseKeeping(), UPnpSearchTask::SendMsg(), UPnpNotifyTask::SendNotifyMsg(), EITScanner::StartActiveScan(), VorbisEncoder::VorbisEncoder(), HouseKeeper::wantToRun(), and MMulticastSocketDevice::writeBlock().
| unsigned sleep | ( | unsigned int | x | ) | [inline] |
Definition at line 135 of file compat.h.
Referenced by SchemaUpgradeWizard::CompareAndWait(), JobQueue::DeleteAllJobs(), MainServer::DoDeleteInDB(), MainServer::DoDeleteThread(), DoFlagCommercials(), PrePostRollFlagger::findBreakInrange(), PrePostRollFlagger::go(), CommDetector2::go(), ClassicCommDetector::go(), lockShutdown(), main(), msleep_approx(), MSqlDatabase::OpenDatabase(), NetworkControl::processKey(), CoreAudioData::ResetStream(), WelcomeDialog::runEPGGrabber(), MThreadInternal::Sleep(), MetadataFactory::SynchronousLookup(), MythContextPrivate::TestDBconnection(), unlockShutdown(), and WaitToDelete().
Definition at line 155 of file compat.h.
Referenced by MainServer::BackendQueryDiskSpace(), ZMServer::getDiskSpace(), getDiskSpace(), isRemote(), and FileSystemInfo::PopulateFSProp().
| const char* dlerror | ( | void | ) | [inline] |
Definition at line 214 of file compat.h.
Referenced by dl_dlopen(), dl_dlsym(), MythPlugin::init(), FilterManager::LoadFilter(), and FilterManager::LoadFilterLib().
| static struct tm* gmtime_r | ( | const time_t * | timep, | |
| struct tm * | result | |||
| ) | [static, read] |
Definition at line 246 of file compat.h.
Referenced by EITHelper::CompleteEvent(), and cCiDateTime::SendDateTime().
| static struct tm* localtime_r | ( | const time_t * | timep, | |
| struct tm * | result | |||
| ) | [static, read] |
Definition at line 263 of file compat.h.
Referenced by getSystemTimeZoneID(), LogTimeStamp(), and cCiDateTime::SendDateTime().
| static int readdir_r | ( | DIR * | dirp, | |
| struct dirent * | entry, | |||
| struct dirent ** | result | |||
| ) | [inline, static] |
Definition at line 358 of file compat.h.
Referenced by dir_read_posix(), and mythdir_readdir().
1.6.3