Open System Services Porting Guide (G06.24+, H06.03+)

Table Of Contents
Standard POSIX Threads Functions: Differences
Between the Previous and Current Standards
Open System Services Porting Guide520573-006
E-16
Changed Thread Functions
cma_gets()
spt_gets()
cma_getw()
spt_getw()
cma_pause()
spt_pause()
cma_printf()
spt_printf()
cma_puts()
spt_puts()
cma_putw()
spt_putw()
cma_read()
spt_read()
cma_recv()
spt_recv()
cma_recvfrom()
spt_recvfrom()
cma_recvmsg()
spt_recvmsg()
cma_select()
spt_select()
cma_send() spt_send()
cma_sendmsg()
spt_sendmsg()
cma_sendto()
spt_sendto()
cma_vfprintf()
spt_vfprintf()
cma_vprintf()
spt_vprintf()
cma_write()
spt_write()
cma_atfork
pthread_atfork
cam_yield
sched_yield
cma_coop_file_io_new_tag()
spt_generateTag()
cma_coop_register_file_io_handler_oss()
spt_regOSSFileIOHandler()
cma_coop_register_receive_io_handler()
spt_INITRECEIVE()
cma_coop_register_timer_handler()
spt_regTimerHandler()
cma_coop_unregister_file_io_handler_oss()
spt_unregOSSFileIOHandler()
cma_bind()
bind()
cma_catclose()
catclose()
cma_catgets()
catgets()
cma_catopen()
catopen()
cma_close()
close()
cma_ctermid()
ctermid()
cma_fcntl()
fcntl()
cma_fdopen()
fdopen()
cma_fopen()
fopen()
cma_freopen()
freopen()
Table E-10. Obsolete and Replacement APIs in T1248 POSIX
Threads (page2of3)
Obsolete API Replacment API