Query: apr::os
OS: osx
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
apache_mod_perl-108~358::mod_perl-2.0.7::docs::api::APR:User3Contributed Perl Documeapache_mod_perl-108~358::mod_perl-2.0.7::docs::api::APR::OS(3)NAMEAPR::OS - Perl API for Platform-specific APR API Synopsis use APR::OS (); # get current thread id my $tid = APR::OS::current_thread_id(); Description "APR::OS" provides the Perl interface to platform-specific APR API. You should be extremely careful when relying on any of the API provided by this module, since they are no portable. So if you use those you application will be non-portable as well.API"APR::OS" provides the following methods: "current_thread_id" Get the current thread ID $tid = APR::OS::current_thread_id(); ret: $tid ( integer ) under threaded MPMs returns the current thread ID, otherwise 0. since: 2.0.00 Example: use Apache2::MPM (); use APR::OS (); if (Apache2::MPM->is_threaded) { my $tid_obj = APR::OS::current_thread_id(); print "TID: $tid"; } else { print "PID: $$"; } See Also mod_perl 2.0 documentation. Copyright mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 2.0. Authors The mod_perl development team and numerous contributors. perl v5.16.2 2011-02-07 apache_mod_perl-108~358::mod_perl-2.0.7::docs::api::APR::OS(3)
Related Man Pages |
---|
apr::bucketalloc(3) - mojave |
apr::ipsubnet(3) - osx |
apr::threadrwlock(3) - osx |
apr::bucketalloc(3) - osx |
apr::bucketalloc(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
AIX Links |
Installing Dash Shell on OS X Lion |
Undeletable file |
To print diamond asterisk pattern based on inputs |
My first PERL incarnation... Audio Oscillograph |