⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ip.html

📁 IEEE 1003.1-2003, Single Unix Specification v3
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<li><a href="../functions/pthread_mutexattr_gettype.html">pthread_mutexattr_gettype()</a>, pthread_mutexattr_settype - get and set a mutex type attribute <li><a href="../functions/pthread_mutexattr_init.html">pthread_mutexattr_init()</a> - initialize mutex attributes object <li><a href="../functions/pthread_mutexattr_setprioceiling.html">pthread_mutexattr_setprioceiling()</a> - set prioceiling attribute of mutex attributes object (<b>REALTIME THREADS</b>) <li><a href="../functions/pthread_mutexattr_setprotocol.html">pthread_mutexattr_setprotocol()</a> - set protocol attribute of mutex attributes object (<b>REALTIME THREADS</b>) <li><a href="../functions/pthread_mutexattr_setpshared.html">pthread_mutexattr_setpshared()</a> - set process-shared attribute <li><a href="../functions/pthread_mutexattr_settype.html">pthread_mutexattr_settype()</a> - set a mutex type attribute <li><a href="../functions/pthread_mutex_destroy.html">pthread_mutex_destroy()</a>, pthread_mutex_init - destroy and initialize a mutex <li><a href="../functions/pthread_mutex_getprioceiling.html">pthread_mutex_getprioceiling()</a>, pthread_mutex_setprioceiling - get and set the priority ceiling of a mutex (<b>REALTIME THREADS</b>) <li><a href="../functions/pthread_mutex_init.html">pthread_mutex_init()</a> - initialize a mutex <li><a href="../functions/pthread_mutex_lock.html">pthread_mutex_lock()</a>, pthread_mutex_trylock, pthread_mutex_unlock - lock and unlock a mutex <li><a href="../functions/pthread_mutex_setprioceiling.html">pthread_mutex_setprioceiling()</a> - change the priority ceiling of a mutex (<b>REALTIME THREADS</b>) <li><a href="../functions/pthread_mutex_timedlock.html">pthread_mutex_timedlock()</a> - lock a mutex (<b>ADVANCED REALTIME</b>) <li><a href="../functions/pthread_mutex_trylock.html">pthread_mutex_trylock()</a>, pthread_mutex_unlock - lock and unlock a mutex <li><a href="../functions/pthread_once.html">pthread_once()</a> - dynamic package initialization <li><a href="../functions/pthread_rwlockattr_destroy.html">pthread_rwlockattr_destroy()</a>, pthread_rwlockattr_init - destroy and initialize read-write lock attributes object <li><a href="../functions/pthread_rwlockattr_getpshared.html">pthread_rwlockattr_getpshared()</a>, pthread_rwlockattr_setpshared - get and set process-shared attribute of read-write lock attributes object <li><a href="../functions/pthread_rwlockattr_init.html">pthread_rwlockattr_init()</a> - initialize read-write lock attributes object <li><a href="../functions/pthread_rwlockattr_setpshared.html">pthread_rwlockattr_setpshared()</a> - set process-shared attribute of read-write lock attributes object <li><a href="../functions/pthread_rwlock_destroy.html">pthread_rwlock_destroy()</a>, pthread_rwlock_init - destroy and initialize a read-write lock object <li><a href="../functions/pthread_rwlock_init.html">pthread_rwlock_init()</a> - initialize a read-write lock object <li><a href="../functions/pthread_rwlock_rdlock.html">pthread_rwlock_rdlock()</a>, pthread_rwlock_tryrdlock - lock a read-write lock object for reading <li><a href="../functions/pthread_rwlock_timedrdlock.html">pthread_rwlock_timedrdlock()</a> - lock a read-write lock for reading <li><a href="../functions/pthread_rwlock_timedwrlock.html">pthread_rwlock_timedwrlock()</a> - lock a read-write lock for writing <li><a href="../functions/pthread_rwlock_tryrdlock.html">pthread_rwlock_tryrdlock()</a> - lock a read-write lock object for reading <li><a href="../functions/pthread_rwlock_trywrlock.html">pthread_rwlock_trywrlock()</a>, pthread_rwlock_wrlock - lock a read-write lock object for writing <li><a href="../functions/pthread_rwlock_unlock.html">pthread_rwlock_unlock()</a> - unlock a read-write lock object <li><a href="../functions/pthread_rwlock_wrlock.html">pthread_rwlock_wrlock()</a> - lock a read-write lock object for writing <li><a href="../functions/pthread_self.html">pthread_self()</a> - get calling thread's ID <li><a href="../functions/pthread_setcancelstate.html">pthread_setcancelstate()</a>, pthread_setcanceltype, pthread_testcancel - set cancelability state <li><a href="../functions/pthread_setconcurrency.html">pthread_setconcurrency()</a> - set level of concurrency <li><a href="../functions/pthread_setschedparam.html">pthread_setschedparam()</a> - dynamic thread scheduling parameters access (<b>REALTIME THREADS</b>) <li><a href="../functions/pthread_setschedprio.html">pthread_setschedprio()</a> - dynamic thread scheduling parameters access (<b>REALTIME THREADS</b>) <li><a href="../functions/pthread_setspecific.html">pthread_setspecific()</a> - thread-specific data management <li><a href="../functions/pthread_sigmask.html">pthread_sigmask()</a>, sigprocmask - examine and change blocked signals <li><a href="../functions/pthread_spin_destroy.html">pthread_spin_destroy()</a>, pthread_spin_init - destroy or initialize a spin lock object (<b>ADVANCED REALTIME THREADS</b>) <li><a href="../functions/pthread_spin_init.html">pthread_spin_init()</a> - initialize a spin lock object (<b>ADVANCED REALTIME THREADS</b>) <li><a href="../functions/pthread_spin_lock.html">pthread_spin_lock()</a>, pthread_spin_trylock - lock a spin lock object (<b>ADVANCED REALTIME THREADS</b>) <li><a href="../functions/pthread_spin_trylock.html">pthread_spin_trylock()</a> - lock a spin lock object (<b>ADVANCED REALTIME THREADS</b>) <li><a href="../functions/pthread_spin_unlock.html">pthread_spin_unlock()</a> - unlock a spin lock object (<b>ADVANCED REALTIME THREADS</b>) <li><a href="../functions/pthread_testcancel.html">pthread_testcancel()</a> - set cancelability state <li><a href="../functions/ptsname.html">ptsname()</a> - get name of the slave pseudo-terminal device <li><a href="../functions/putchar.html">putchar()</a> - put byte on stdout stream <li><a href="../functions/putchar_unlocked.html">putchar_unlocked()</a> - stdio with explicit client locking <li><a href="../functions/putc.html">putc()</a> - put byte on a stream <li><a href="../functions/putc_unlocked.html">putc_unlocked()</a> - stdio with explicit client locking <li><a href="../functions/putenv.html">putenv()</a> - change or add a value to environment <li><a href="../functions/putmsg.html">putmsg()</a>, putpmsg - send a message on a STREAM (<b>STREAMS</b>) <li><a href="../functions/putpmsg.html">putpmsg()</a> - send a message on a STREAM (<b>STREAMS</b>) <li><a href="../functions/puts.html">puts()</a> - put a string on standard output <li><a href="../functions/pututxline.html">pututxline()</a> - put an entry into user accounting database <li><a href="../functions/putwchar.html">putwchar()</a> - put a wide character on stdout stream <li><a href="../functions/putwc.html">putwc()</a> - put a wide character on a stream <li><a href="../basedefs/pwd.h.html">pwd.h</a> - password structure <li><a href="../utilities/pwd.html">pwd</a> - return working directory name <li><a href="../functions/pwrite.html">pwrite()</a> - write on a file </UL>Topic Index<UL><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_260">Page</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_261">Page Size</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_262">Parameter</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_263">Parent Directory</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_264">Parent Process</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_265">Parent Process ID</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_266">Pathname</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_267">Pathname Component</a><li type=disc><a href="../basedefs/xbd_chap04.html#tag_04_11">Pathname Resolution</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_268">Path Prefix</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_269">Pattern</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_270">Period</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_271">Permissions</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_272">Persistence</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_273">Pipe</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_274">Polling</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_275">Portable Character Set</a><li type=disc><a href="../basedefs/xbd_chap06.html#tag_06_01">Portable Character Set (DESCRIPTION)</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_276">Portable Filename Character Set</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_277">Positional Parameter</a><li type=disc><a href="../basedefs/xbd_chap02.html#tag_02_01_03">POSIX Conformance</a><li type=disc><a href="../basedefs/xbd_chap07.html#tag_07_02">POSIX Locale</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_278">Preallocation</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_279">Preempted Process (or Thread)</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_280">Previous Job</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_281">Printable Character</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_282">Printable File</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_283">Priority</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_284">Priority Band</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_285">Priority Inversion</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_286">Priority Scheduling</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_287">Priority-Based Scheduling</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_288">Privilege</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_289">Process</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_290">Process Group</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_291">Process Group ID</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_292">Process Group Leader</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_293">Process Group Lifetime</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_294">Process ID</a><li type=disc><a href="../basedefs/xbd_chap04.html#tag_04_12">Process ID Reuse</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_295">Process Lifetime</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_296">Process Memory Locking</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_297">Process Termination</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_298">Process-To-Process Communication</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_299">Process Virtual Time</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_300">Program</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_301">Protocol</a><li type=disc><a href="../basedefs/xbd_chap03.html#tag_03_302">Pseudo-Terminal</a></ul><hr size="2" noshade><center><font size="2">Copyright &copy; 2001 The Open Group, All Rights Reserved<br></font></center><hr size="2" noshade></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -