Changeset 34683fee in rtems


Ignore:
Timestamp:
03/16/98 17:08:52 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
aedf452
Parents:
53d804ff
Message:

Added Function field.

Location:
doc/posix1003.1
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • doc/posix1003.1/ch03.t

    r53d804ff r34683fee  
    1414
    1515@example
    16 fork(), Unimplementable
     16fork(), Function, Unimplementable
    1717@end example
    1818
     
    2121
    2222@example
    23 execl(), Unimplementable, Requires Processes
    24 execv(), Unimplementable, Requires Processes
    25 execle(), Unimplementable, Requires Processes
    26 execve(), Unimplementable, Requires Processes
    27 execlp(), Unimplementable, Requires Processes
    28 execvp(), Unimplementable, Requires Processes
     23execl(), Function, Unimplementable, Requires Processes
     24execv(), Function, Unimplementable, Requires Processes
     25execle(), Function, Unimplementable, Requires Processes
     26execve(), Function, Unimplementable, Requires Processes
     27execlp(), Function, Unimplementable, Requires Processes
     28execvp(), Function, Unimplementable, Requires Processes
    2929@end example
    3030
     
    3232
    3333@example
    34 pthread_atfork(), Unimplementable, Requires Processes
     34pthread_atfork(), Function, Unimplementable, Requires Processes
    3535@end example
    3636
     
    4040
    4141@example
    42 wait(), Unimplementable, Requires Processes
    43 waitpid(), Unimplementable, Requires Processes
     42wait(), Function, Unimplementable, Requires Processes
     43waitpid(), Function, Unimplementable, Requires Processes
    4444@end example
    4545
     
    4747
    4848@example
    49 _exit(), Unimplemented
     49_exit(), Function, Unimplemented
    5050@end example
    5151
     
    5757
    5858@example
    59 kill(), Implemented
     59kill(), Function, Implemented
    6060@end example
    6161
     
    6363
    6464@example
    65 sigemptyset(), Implemented
    66 sigfillset(), Implemented
    67 sigaddset(), Implemented
    68 sigdelset(), Implemented
    69 sigismember(), Implemented
     65sigemptyset(), Function, Implemented
     66sigfillset(), Function, Implemented
     67sigaddset(), Function, Implemented
     68sigdelset(), Function, Implemented
     69sigismember(), Function, Implemented
    7070@end example
    7171
     
    7373
    7474@example
    75 sigaction(), Implemented
     75sigaction(), Function, Implemented
    7676@end example
    7777
     
    7979
    8080@example
    81 pthread_sigmask(), Implemented
    82 sigprocmask(), Implemented
     81pthread_sigmask(), Function, Implemented
     82sigprocmask(), Function, Implemented
    8383@end example
    8484
     
    8686
    8787@example
    88 sigpending(), Implemented
     88sigpending(), Function, Implemented
    8989@end example
    9090
     
    9292
    9393@example
    94 sigsuspend(), Implemented
     94sigsuspend(), Function, Implemented
    9595@end example
    9696
     
    9898
    9999@example
    100 sigwait(), Implemented
    101 sigwaitinfo(), Implemented
    102 sigtimedwait(), Implemented
     100sigwait(), Function, Implemented
     101sigwaitinfo(), Function, Implemented
     102sigtimedwait(), Function, Implemented
    103103@end example
    104104
     
    106106
    107107@example
    108 sigqueue(), Implemented
     108sigqueue(), Function, Implemented
    109109@end example
    110110
     
    112112
    113113@example
    114 pthread_kill(), Implemented
     114pthread_kill(), Function, Implemented
    115115@end example
    116116
     
    120120
    121121@example
    122 alarm(), Implemented
     122alarm(), Function, Implemented
    123123@end example
    124124
     
    126126
    127127@example
    128 pause(), Implemented
     128pause(), Function, Implemented
    129129@end example
    130130
     
    132132
    133133@example
    134 sleep(), Implemented
     134sleep(), Function, Implemented
    135135@end example
  • doc/posix1003.1/ch04.t

    r53d804ff r34683fee  
    1414
    1515@example
    16 getpid()
    17 getppid()
     16getpid(), Function
     17getppid(), Function
    1818@end example
    1919
     
    2323
    2424@example
    25 getuid()
    26 geteuid()
    27 getgid()
    28 getegid()
     25getuid(), Function
     26geteuid(), Function
     27getgid(), Function
     28getegid(), Function
    2929@end example
    3030
     
    3232
    3333@example
    34 setuid()
    35 setgid()
     34setuid(), Function
     35setgid(), Function
    3636@end example
    3737
     
    3939
    4040@example
    41 getgroups()
     41getgroups(), Function
    4242@end example
    4343
     
    4545
    4646@example
    47 getlogin()
    48 getlogin_r()
     47getlogin(), Function
     48getlogin_r(), Function
    4949@end example
    5050
     
    5454
    5555@example
    56 getpgrp()
     56getpgrp(), Function
    5757@end example
    5858
     
    6060
    6161@example
    62 setsid()
     62setsid(), Function
    6363@end example
    6464
     
    6666
    6767@example
    68 setpgid()
     68setpgid(), Function
    6969@end example
    7070
     
    7474
    7575@example
    76 uname()
     76uname(), Function
    7777@end example
    7878
     
    8282
    8383@example
    84 time()
     84time(), Function
    8585@end example
    8686
     
    8888
    8989@example
    90 times()
     90times(), Function
    9191@end example
    9292
     
    9696
    9797@example
    98 getenv()
     98getenv(), Function
    9999@end example
    100100
     
    104104
    105105@example
    106 ctermid()
     106ctermid(), Function
    107107@end example
    108108
     
    110110
    111111@example
    112 ttyname()
    113 ttyname_r()
    114 isatty()
     112ttyname(), Function
     113ttyname_r(), Function
     114isatty(), Function
    115115@end example
    116116
     
    120120
    121121@example
    122 sysconf()
     122sysconf(), Function
    123123@end example
  • doc/posix1003.1/ch05.t

    r53d804ff r34683fee  
    1616
    1717@example
    18 opendir()
    19 readdir()
    20 readdir_r()
    21 rewinddir()
    22 closedir()
     18opendir(), Function
     19readdir(), Function
     20readdir_r(), Function
     21rewinddir(), Function
     22closedir(), Function
    2323@end example
    2424
     
    2828
    2929@example
    30 chdir()
     30chdir(), Function
    3131@end example
    3232
     
    3434
    3535@example
    36 getcwd()
     36getcwd(), Function
    3737@end example
    3838
     
    4242
    4343@example
    44 open()
     44open(), Function
    4545@end example
    4646
     
    4848
    4949@example
    50 creat()
     50creat(), Function
    5151@end example
    5252
     
    5454
    5555@example
    56 umask()
     56umask(), Function
    5757@end example
    5858
     
    6060
    6161@example
    62 link()
     62link(), Function
    6363@end example
    6464
     
    6868
    6969@example
    70 mkdir()
     70mkdir(), Function
    7171@end example
    7272
     
    7474
    7575@example
    76 mkfifo()
     76mkfifo(), Function
    7777@end example
    7878
     
    8282
    8383@example
    84 unlink()
     84unlink(), Function
    8585@end example
    8686
     
    8888
    8989@example
    90 rmdir()
     90rmdir(), Function
    9191@end example
    9292
     
    9494
    9595@example
    96 rename()
     96rename(), Function
    9797@end example
    9898
     
    104104
    105105@example
    106 stat()
    107 fstat()
     106stat(), Function
     107fstat(), Function
    108108@end example
    109109
     
    111111
    112112@example
    113 access()
     113access(), Function
    114114@end example
    115115
     
    117117
    118118@example
    119 chmod()
    120 fchmod()
     119chmod(), Function
     120fchmod(), Function
    121121@end example
    122122
     
    124124
    125125@example
    126 chown()
     126chown(), Function
    127127@end example
    128128
     
    130130
    131131@example
    132 utime()
     132utime(), Function
    133133@end example
    134134
     
    136136
    137137@example
    138 ftruncate()
     138ftruncate(), Function
    139139@end example
    140140
     
    142142
    143143@example
    144 pathconf()
    145 fpathconf()
     144pathconf(), Function
     145fpathconf(), Function
    146146@end example
    147147
  • doc/posix1003.1/ch06.t

    r53d804ff r34683fee  
    1414
    1515@example
    16 pipe()
     16pipe(), Function
    1717@end example
    1818
     
    2222
    2323@example
    24 dup()
    25 dup2()
     24dup(), Function
     25dup2(), Function
    2626@end example
    2727
     
    3131
    3232@example
    33 close()
     33close(), Function
    3434@end example
    3535
     
    3939
    4040@example
    41 read()
     41read(), Function
    4242@end example
    4343
     
    4545
    4646@example
    47 write()
     47write(), Function
    4848@end example
    4949
     
    5555
    5656@example
    57 fcntl()
     57fcntl(), Function
    5858@end example
    5959
     
    6161
    6262@example
    63 lseek()
     63lseek(), Function
    6464@end example
    6565
     
    6969
    7070@example
    71 fsync()
     71fsync(), Function
    7272@end example
    7373
     
    7575
    7676@example
    77 fdatasync()
     77fdatasync(), Function
    7878@end example
    7979
     
    8585
    8686@example
    87 aio_read()
     87aio_read(), Function
    8888@end example
    8989
     
    9191
    9292@example
    93 aio_write()
     93aio_write(), Function
    9494@end example
    9595
     
    9797
    9898@example
    99 aio_listio()
     99aio_listio(), Function
    100100@end example
    101101
     
    103103
    104104@example
    105 aio_error()
     105aio_error(), Function
    106106@end example
    107107
     
    109109
    110110@example
    111 aio_return()
     111aio_return(), Function
    112112@end example
    113113
     
    115115
    116116@example
    117 aio_cancel()
     117aio_cancel(), Function
    118118@end example
    119119
     
    121121
    122122@example
    123 aio_suspend()
     123aio_suspend(), Function
    124124@end example
    125125
     
    127127
    128128@example
    129 aio_fsync()
     129aio_fsync(), Function
    130130@end example
    131131
  • doc/posix1003.1/ch07.t

    r53d804ff r34683fee  
    6868
    6969@example
    70 tcgetattr()
    71 tcsetattr()
     70tcgetattr(), Function
     71tcsetattr(), Function
    7272@end example
    7373
     
    7575
    7676@example
    77 tcsendbreak()
    78 tcdrain()
    79 tcflush()
    80 tcflow()
     77tcsendbreak(), Function
     78tcdrain(), Function
     79tcflush(), Function
     80tcflow(), Function
    8181@end example
    8282
     
    8484
    8585@example
    86 tcgetprgrp()
     86tcgetprgrp(), Function
    8787@end example
    8888
     
    9090
    9191@example
    92 tcsetprgrp()
     92tcsetprgrp(), Function
    9393@end example
    9494
  • doc/posix1003.1/ch08.t

    r53d804ff r34683fee  
    1414
    1515@example
    16 assert()
     16assert(), Function
    1717@end example
    1818
     
    2020
    2121@example
    22 isalnum()
    23 isalpha()
    24 iscntrl()
    25 isdigit()
    26 isgraph()
    27 islower()
    28 isprint()
    29 ispunct()
    30 isspace()
    31 isupper()
    32 isxdigit()
    33 tolower()
    34 toupper()
     22isalnum(), Function
     23isalpha(), Function
     24iscntrl(), Function
     25isdigit(), Function
     26isgraph(), Function
     27islower(), Function
     28isprint(), Function
     29ispunct(), Function
     30isspace(), Function
     31isupper(), Function
     32isxdigit(), Function
     33tolower(), Function
     34toupper(), Function
    3535@end example
    3636
     
    3838
    3939@example
    40 setlocale()
     40setlocale(), Function
    4141@end example
    4242
     
    4444
    4545@example
    46 acos()
    47 asin()
    48 atan()
    49 atan2()
    50 cos()
    51 sin()
    52 tan()
    53 cosh()
    54 sinh()
    55 tanh()
    56 exp()
    57 frexp()
    58 ldexp()
    59 log()
    60 log10()
    61 modf()
    62 pow()
    63 sqrt()
    64 ceil()
    65 fabs()
    66 floor()
    67 fmod()
     46acos(), Function
     47asin(), Function
     48atan(), Function
     49atan2(), Function
     50cos(), Function
     51sin(), Function
     52tan(), Function
     53cosh(), Function
     54sinh(), Function
     55tanh(), Function
     56exp(), Function
     57frexp(), Function
     58ldexp(), Function
     59log(), Function
     60log10(), Function
     61modf(), Function
     62pow(), Function
     63sqrt(), Function
     64ceil(), Function
     65fabs(), Function
     66floor(), Function
     67fmod(), Function
    6868@end example
    6969
     
    7171
    7272@example
    73 setjmp()
    74 longjmp()
     73setjmp(), Function
     74longjmp(), Function
    7575@end example
    7676
     
    7878
    7979@example
    80 clearerr()
    81 fclose()
    82 feof()
    83 ferror()
    84 fflush()
    85 fgetc()
    86 fgets()
    87 fopen()
    88 fputc()
    89 fputs()
    90 fread()
    91 freopen()
    92 fseek()
    93 ftell()
    94 fwrite()
    95 getc()
    96 getchar()
    97 gets()
    98 perror()
    99 printf()
    100 fprintf()
    101 sprintf()
    102 putc()
    103 putchar()
    104 puts()
    105 remove()
    106 rename()
    107 rewind()
    108 scanf()
    109 fscanf()
    110 sscanf()
    111 setbuf()
    112 tmpfile()
    113 tmpnam()
    114 ungetc()
     80clearerr(), Function
     81fclose(), Function
     82feof(), Function
     83ferror(), Function
     84fflush(), Function
     85fgetc(), Function
     86fgets(), Function
     87fopen(), Function
     88fputc(), Function
     89fputs(), Function
     90fread(), Function
     91freopen(), Function
     92fseek(), Function
     93ftell(), Function
     94fwrite(), Function
     95getc(), Function
     96getchar(), Function
     97gets(), Function
     98perror(), Function
     99printf(), Function
     100fprintf(), Function
     101sprintf(), Function
     102putc(), Function
     103putchar(), Function
     104puts(), Function
     105remove(), Function
     106rename(), Function
     107rewind(), Function
     108scanf(), Function
     109fscanf(), Function
     110sscanf(), Function
     111setbuf(), Function
     112tmpfile(), Function
     113tmpnam(), Function
     114ungetc(), Function
    115115@end example
    116116
     
    118118
    119119@example
    120 abs()
    121 atof()
    122 atoi()
    123 atol()
    124 rand()
    125 srand()
    126 calloc()
    127 free()
    128 malloc()
    129 realloc()
    130 abort()
    131 exit()
    132 getenv()
    133 bsearch()
    134 qsort()
     120abs(), Function
     121atof(), Function
     122atoi(), Function
     123atol(), Function
     124rand(), Function
     125srand(), Function
     126calloc(), Function
     127free(), Function
     128malloc(), Function
     129realloc(), Function
     130abort(), Function
     131exit(), Function
     132getenv(), Function
     133bsearch(), Function
     134qsort(), Function
    135135@end example
    136136
     
    138138
    139139@example
    140 strcpy()
    141 strncpy()
    142 strcat()
    143 strncat()
    144 strcmp()
    145 strncmp()
    146 strchr()
    147 strcspn()
    148 strpbrk()
    149 strrchr()
    150 strspn()
    151 strstr()
    152 strtok()
    153 strlen()
     140strcpy(), Function
     141strncpy(), Function
     142strcat(), Function
     143strncat(), Function
     144strcmp(), Function
     145strncmp(), Function
     146strchr(), Function
     147strcspn(), Function
     148strpbrk(), Function
     149strrchr(), Function
     150strspn(), Function
     151strstr(), Function
     152strtok(), Function
     153strlen(), Function
    154154@end example
    155155
     
    157157
    158158@example
    159 time()
    160 asctime()
    161 ctime()
    162 gmtime()
    163 localtime()
    164 mktime()
    165 strftime()
     159time(), Function
     160asctime(), Function
     161ctime(), Function
     162gmtime(), Function
     163localtime(), Function
     164mktime(), Function
     165strftime(), Function
    166166@end example
    167167
     
    175175
    176176@example
    177 fileno()
     177fileno(), Function
    178178@end example
    179179
     
    181181
    182182@example
    183 fdopen()
     183fdopen(), Function
    184184@end example
    185185
     
    193193
    194194@example
    195 flockfile()
    196 ftrylockfile()
    197 funlockfile()
     195flockfile(), Function
     196ftrylockfile(), Function
     197funlockfile(), Function
    198198@end example
    199199
     
    201201
    202202@example
    203 getc_unlocked()
    204 getchar_unlocked()
    205 putc_unlocked()
    206 putchar_unlocked()
     203getc_unlocked(), Function
     204getchar_unlocked(), Function
     205putc_unlocked(), Function
     206putchar_unlocked(), Function
    207207@end example
    208208
     
    212212
    213213@example
    214 sigsetjmp()
    215 siglongjmp()
     214sigsetjmp(), Function
     215siglongjmp(), Function
    216216@end example
    217217
     
    219219
    220220@example
    221 tzset()
     221tzset(), Function
    222222@end example
    223223
     
    225225
    226226@example
    227 strtok_r()
     227strtok_r(), Function
    228228@end example
    229229
     
    231231
    232232@example
    233 asctime_r()
     233asctime_r(), Function
    234234@end example
    235235
     
    237237
    238238@example
    239 ctime_r()
     239ctime_r(), Function
    240240@end example
    241241
     
    243243
    244244@example
    245 gmtime_r()
     245gmtime_r(), Function
    246246@end example
    247247
     
    249249
    250250@example
    251 localtime_r()
     251localtime_r(), Function
    252252@end example
    253253
     
    255255
    256256@example
    257 rand_r()
    258 @end example
    259 
    260 
     257rand_r(), Function
     258@end example
     259
     260
  • doc/posix1003.1/ch09.t

    r53d804ff r34683fee  
    1616
    1717@example
    18 getgrgid()
    19 getgrgid_r()
    20 getgrname()
    21 getgrnam_r()
     18getgrgid(), Function
     19getgrgid_r(), Function
     20getgrname(), Function
     21getgrnam_r(), Function
    2222@end example
    2323
     
    2525
    2626@example
    27 getpwuid()
    28 getpwuid_r()
    29 getpwnam()
    30 getpwnam_r()
     27getpwuid(), Function
     28getpwuid_r(), Function
     29getpwnam(), Function
     30getpwnam_r(), Function
    3131@end example
    3232
  • doc/posix1003.1/ch11.t

    r53d804ff r34683fee  
    1616
    1717@example
    18 sem_init()
     18sem_init(), Function
    1919@end example
    2020
     
    2222
    2323@example
    24 sem__destroy()
     24sem__destroy(), Function
    2525@end example
    2626
     
    2828
    2929@example
    30 sem_open()
     30sem_open(), Function
    3131@end example
    3232
     
    3434
    3535@example
    36 sem_close()
     36sem_close(), Function
    3737@end example
    3838
     
    4040
    4141@example
    42 sem_unlink()
     42sem_unlink(), Function
    4343@end example
    4444
     
    4646
    4747@example
    48 sem_wait()
    49 sem_trywait()
     48sem_wait(), Function
     49sem_trywait(), Function
    5050@end example
    5151
     
    5353
    5454@example
    55 sem_post()
     55sem_post(), Function
    5656@end example
    5757
     
    5959
    6060@example
    61 sem_getvalue()
     61sem_getvalue(), Function
    6262@end example
    6363
     
    6767
    6868@example
    69 pthread_mutexattr_init()
    70 pthread_mutexattr_destroy()
    71 pthread_mutexattr_getpshared()
    72 pthread_mutexattr_setpshared()
     69pthread_mutexattr_init(), Function
     70pthread_mutexattr_destroy(), Function
     71pthread_mutexattr_getpshared(), Function
     72pthread_mutexattr_setpshared(), Function
    7373@end example
    7474
     
    7676
    7777@example
    78 pthread_mutex_init()
    79 pthread_mutex_destroy()
     78pthread_mutex_init(), Function
     79pthread_mutex_destroy(), Function
    8080@end example
    8181
     
    8383
    8484@example
    85 pthread_mutex_lock()
    86 pthread_mutex_trylock()
    87 pthread_mutex_unlock()
     85pthread_mutex_lock(), Function
     86pthread_mutex_trylock(), Function
     87pthread_mutex_unlock(), Function
    8888@end example
    8989
     
    9393
    9494@example
    95 pthread_condattr_init()
    96 pthread_condattr_destroy()
    97 pthread_condattr_getpshared()
    98 pthread_condattr_setpshared()
     95pthread_condattr_init(), Function
     96pthread_condattr_destroy(), Function
     97pthread_condattr_getpshared(), Function
     98pthread_condattr_setpshared(), Function
    9999@end example
    100100
     
    102102
    103103@example
    104 pthread_cond_init()
    105 pthread_cond_destroy()
     104pthread_cond_init(), Function
     105pthread_cond_destroy(), Function
    106106@end example
    107107
     
    109109
    110110@example
    111 pthread_cond_signal()
    112 pthread_cond_broadcast()
     111pthread_cond_signal(), Function
     112pthread_cond_broadcast(), Function
    113113@end example
    114114
     
    116116
    117117@example
    118 pthread_cond_wait()
    119 pthread_cond_timedwait()
     118pthread_cond_wait(), Function
     119pthread_cond_timedwait(), Function
    120120@end example
    121121
  • doc/posix1003.1/ch12.t

    r53d804ff r34683fee  
    1414
    1515@example
    16 mlockall()
    17 munlockall()
     16mlockall(), Function
     17munlockall(), Function
    1818@end example
    1919
     
    2121
    2222@example
    23 mlock()
    24 munlock()
     23mlock(), Function
     24munlock(), Function
    2525@end example
    2626
     
    3030
    3131@example
    32 mmap()
     32mmap(), Function
    3333@end example
    3434
     
    3636
    3737@example
    38 munmap()
     38munmap(), Function
    3939@end example
    4040
     
    4242
    4343@example
    44 mprotect()
     44mprotect(), Function
    4545@end example
    4646
     
    4848
    4949@example
    50 msync()
     50msync(), Function
    5151@end example
    5252
     
    5656
    5757@example
    58 shm_open()
     58shm_open(), Function
    5959@end example
    6060
     
    6262
    6363@example
    64 shm_unlink()
     64shm_unlink(), Function
    6565@end example
  • doc/posix1003.1/ch13.t

    r53d804ff r34683fee  
    2424
    2525@example
    26 sched_setparam()
     26sched_setparam(), Function
    2727@end example
    2828
     
    3030
    3131@example
    32 sched_getparam()
     32sched_getparam(), Function
    3333@end example
    3434
     
    3636
    3737@example
    38 sched_setscheduler()
     38sched_setscheduler(), Function
    3939@end example
    4040
     
    4242
    4343@example
    44 sched_getscheduler()
     44sched_getscheduler(), Function
    4545@end example
    4646
     
    4848
    4949@example
    50 sched_yield()
     50sched_yield(), Function
    5151@end example
    5252
     
    5454
    5555@example
    56 sched_get_priority_max()
    57 sched_get_priority_min()
    58 sched_get_priority_rr_get_interval()
     56sched_get_priority_max(), Function
     57sched_get_priority_min(), Function
     58sched_get_priority_rr_get_interval(), Function
    5959@end example
    6060
     
    7474
    7575@example
    76 pthread_attr_setscope()
    77 pthread_attr_getscope()
    78 pthread_attr_setinheritsched()
    79 pthread_attr_getinheritsched()
    80 pthread_attr_setschedpolicy()
    81 pthread_attr_getschedpolicy()
    82 pthread_attr_setschedparam()
    83 pthread_attr_getschedparam()
     76pthread_attr_setscope(), Function
     77pthread_attr_getscope(), Function
     78pthread_attr_setinheritsched(), Function
     79pthread_attr_getinheritsched(), Function
     80pthread_attr_setschedpolicy(), Function
     81pthread_attr_getschedpolicy(), Function
     82pthread_attr_setschedparam(), Function
     83pthread_attr_getschedparam(), Function
    8484@end example
    8585
     
    8787
    8888@example
    89 pthread_setschedparam()
    90 pthread_getschedparam()
     89pthread_setschedparam(), Function
     90pthread_getschedparam(), Function
    9191@end example
    9292
     
    9696
    9797@example
    98 pthread_mutexattr_setprotocol()
    99 pthread_mutexattr_getprotocol()
    100 pthread_mutexattr_setpriceiling()
    101 pthread_mutexattr_getpriceiling()
     98pthread_mutexattr_setprotocol(), Function
     99pthread_mutexattr_getprotocol(), Function
     100pthread_mutexattr_setpriceiling(), Function
     101pthread_mutexattr_getpriceiling(), Function
    102102@end example
    103103
     
    105105
    106106@example
    107 pthread_mutex_setprioceiling()
    108 pthread_mutex_getprioceiling()
     107pthread_mutex_setprioceiling(), Function
     108pthread_mutex_getprioceiling(), Function
    109109@end example
    110110
  • doc/posix1003.1/ch14.t

    r53d804ff r34683fee  
    2424
    2525@example
    26 clock_settime()
    27 clock_gettime()
    28 clock_getres()
     26clock_settime(), Function
     27clock_gettime(), Function
     28clock_getres(), Function
    2929@end example
    3030
     
    3232
    3333@example
    34 timer_create()
     34timer_create(), Function
    3535@end example
    3636
     
    3838
    3939@example
    40 timer_delete()
     40timer_delete(), Function
    4141@end example
    4242
     
    4444
    4545@example
    46 timer_settime()
    47 timer_gettime()
    48 timer_getoverrun()
     46timer_settime(), Function
     47timer_gettime(), Function
     48timer_getoverrun(), Function
    4949@end example
    5050
     
    5252
    5353@example
    54 nanosleep()
     54nanosleep(), Function
    5555@end example
    5656
  • doc/posix1003.1/ch15.t

    r53d804ff r34683fee  
    1818
    1919@example
    20 mq_open()
     20mq_open(), Function
    2121@end example
    2222
     
    2424
    2525@example
    26 mq_close()
     26mq_close(), Function
    2727@end example
    2828
     
    3636
    3737@example
    38 mq_send()
     38mq_send(), Function
    3939@end example
    4040
     
    4242
    4343@example
    44 mq_receive()
     44mq_receive(), Function
    4545@end example
    4646
     
    4848
    4949@example
    50 mq_notify()
     50mq_notify(), Function
    5151@end example
    5252
     
    5454
    5555@example
    56 mq_setattr()
     56mq_setattr(), Function
    5757@end example
    5858
     
    6060
    6161@example
    62 mq_getattr()
     62mq_getattr(), Function
    6363@end example
    6464
  • doc/posix1003.1/ch16.t

    r53d804ff r34683fee  
    1616
    1717@example
    18 pthread_attr_init()
    19 pthread_attr_destroy()
    20 pthread_attr_setstacksize()
    21 pthread_attr_getstacksize()
    22 pthread_attr_setstackaddr()
    23 pthread_attr_getstackaddr()
    24 pthread_attr_setdetachstate()
    25 pthread_attr_getdetachstate()
     18pthread_attr_init(), Function
     19pthread_attr_destroy(), Function
     20pthread_attr_setstacksize(), Function
     21pthread_attr_getstacksize(), Function
     22pthread_attr_setstackaddr(), Function
     23pthread_attr_getstackaddr(), Function
     24pthread_attr_setdetachstate(), Function
     25pthread_attr_getdetachstate(), Function
    2626@end example
    2727
     
    2929
    3030@example
    31 pthread_create()
     31pthread_create(), Function
    3232@end example
    3333
     
    3535
    3636@example
    37 pthread_join()
     37pthread_join(), Function
    3838@end example
    3939
     
    4141
    4242@example
    43 pthread_detach()
     43pthread_detach(), Function
    4444@end example
    4545
     
    4747
    4848@example
    49 pthread_exit()
     49pthread_exit(), Function
    5050@end example
    5151
     
    5353
    5454@example
    55 pthread_self()
     55pthread_self(), Function
    5656@end example
    5757
     
    5959
    6060@example
    61 pthread_equal()
     61pthread_equal(), Function
    6262@end example
    6363
     
    6565
    6666@example
    67 pthread_once()
     67pthread_once(), Function
    6868@end example
    6969
  • doc/posix1003.1/ch17.t

    r53d804ff r34683fee  
    1414
    1515@example
    16 pthread_key_create()
     16pthread_key_create(), Function
    1717@end example
    1818
     
    2020
    2121@example
    22 pthread_key_setspecific()
    23 pthread_key_getspecific()
     22pthread_key_setspecific(), Function
     23pthread_key_getspecific(), Function
    2424@end example
    2525
     
    2727
    2828@example
    29 pthread_key_delete()
     29pthread_key_delete(), Function
    3030@end example
    3131
  • doc/posix1003.1/ch18.t

    r53d804ff r34683fee  
    2424
    2525@example
    26 pthread_cancel()
     26pthread_cancel(), Function
    2727@end example
    2828
     
    3030
    3131@example
    32 pthread_setcancelstate()
    33 pthread_setcanceltype()
    34 pthread_testcancel()
     32pthread_setcancelstate(), Function
     33pthread_setcanceltype(), Function
     34pthread_testcancel(), Function
    3535@end example
    3636
     
    3838
    3939@example
    40 pthread_cleanup_push()
    41 pthread_cleanup_pop()
     40pthread_cleanup_push(), Function
     41pthread_cleanup_pop(), Function
    4242@end example
    4343
Note: See TracChangeset for help on using the changeset viewer.