Public symbols in libpth.so.20 (20.0.27-MeeGo 1.2 Core) on x86
Total: 103


pth.h, libpth.so.20.0.27
pth_abort pth_t p1 )
pth_accept int p1, sockaddr* p2, socklen_t* p3 )
pth_accept_ev int p1, sockaddr* p2, socklen_t* p3, pth_event_t p4 )
pth_atfork_pop ( )
pth_atfork_push ( void(*p1)(void*), void(*p2)(void*), void(*p3)(void*), void* p4 )
pth_attr_destroy pth_attr_t p1 )
pth_attr_get pth_attr_t p1, int p2, ... )
pth_attr_init pth_attr_t p1 )
pth_attr_new ( )
pth_attr_of pth_t p1 )
pth_attr_set pth_attr_t p1, int p2, ... )
pth_barrier_init ( pth_barrier_t* p1, int p2 )
pth_barrier_reach pth_barrier_t* p1 )
pth_cancel pth_t p1 )
pth_cancel_point ( )
pth_cancel_state int p1, int* p2 )
pth_cleanup_pop int p1 )
pth_cleanup_push ( void(*p1)(void*), void* p2 )
pth_cond_await pth_cond_t* p1, pth_mutex_t* p2, pth_event_t p3 )
pth_cond_init pth_cond_t* p1 )
pth_cond_notify pth_cond_t* p1, int p2 )
pth_connect int p1, sockaddr const* p2, socklen_t p3 )
pth_connect_ev int p1, sockaddr const* p2, socklen_t p3, pth_event_t p4 )
pth_ctrl ( unsigned long p1, ... )
pth_event ( unsigned long p1, ... )
pth_event_concat pth_event_t p1, ... )
pth_event_extract pth_event_t ev, ... )
pth_event_free pth_event_t p1, int p2 )
pth_event_isolate pth_event_t p1 )
pth_event_status pth_event_t p1 )
pth_event_typeof pth_event_t p1 )
pth_event_walk pth_event_t p1, unsigned int p2 )
pth_exit void* p1 )
pth_fdmode int p1, int p2 )
pth_fork ( )
pth_init ( )
pth_join pth_t p1, void** p2 )
pth_key_create pth_key_t* p1, void(*p2)(void*) )
pth_key_delete pth_key_t p1 )
pth_key_getdata pth_key_t p1 )
pth_key_setdata pth_key_t p1, void const* p2 )
pth_kill ( )
pth_msgport_create char const* p1 )
pth_msgport_destroy pth_msgport_t p1 )
pth_msgport_find char const* p1 )
pth_msgport_get pth_msgport_t p1 )
pth_msgport_pending pth_msgport_t p1 )
pth_msgport_put ( pth_msgport_t p1, pth_message_t* p2 )
pth_msgport_reply pth_message_t* p1 )
pth_mutex_acquire pth_mutex_t* p1, int p2, pth_event_t p3 )
pth_mutex_init pth_mutex_t* p1 )
pth_mutex_release pth_mutex_t* p1 )
pth_nanosleep ( timespec const* p1, timespec* p2 )
pth_nap pth_time_t p1 )
pth_once pth_once_t* p1, void(*p2)(void*), void* p3 )
pth_poll pollfd* p1, nfds_t p2, int p3 )
pth_poll_ev pollfd* p1, nfds_t p2, int p3, pth_event_t p4 )
pth_pread int p1, void* p2, size_t p3, off_t p4 )
pth_pselect int p1, fd_set* p2, fd_set* p3, fd_set* p4, timespec const* p5, sigset_t const* p6 )
pth_pwrite int p1, void const* p2, size_t p3, off_t p4 )
pth_raise pth_t p1, int p2 )
pth_read int p1, void* p2, size_t p3 )
pth_read_ev int p1, void* p2, size_t p3, pth_event_t p4 )
pth_readv int p1, iovec const* p2, int p3 )
pth_readv_ev int p1, iovec const* p2, int p3, pth_event_t p4 )
pth_recv int p1, void* p2, size_t p3, int p4 )
pth_recv_ev int p1, void* p2, size_t p3, int p4, pth_event_t p5 )
pth_recvfrom int p1, void* p2, size_t p3, int p4, sockaddr* p5, socklen_t* p6 )
pth_recvfrom_ev int p1, void* p2, size_t p3, int p4, sockaddr* p5, socklen_t* p6, pth_event_t p7 )
pth_resume pth_t p1 )
pth_rwlock_acquire ( pth_rwlock_t* p1, int p2, int p3, pth_event_t p4 )
pth_rwlock_init pth_rwlock_t* p1 )
pth_rwlock_release pth_rwlock_t* p1 )
pth_select int p1, fd_set* p2, fd_set* p3, fd_set* p4, timeval* p5 )
pth_select_ev int p1, fd_set* p2, fd_set* p3, fd_set* p4, timeval* p5, pth_event_t p6 )
pth_self ( )
pth_send int p1, void const* p2, size_t p3, int p4 )
pth_send_ev int p1, void const* p2, size_t p3, int p4, pth_event_t p5 )
pth_sendto int p1, void const* p2, size_t p3, int p4, sockaddr const* p5, socklen_t p6 )
pth_sendto_ev int p1, void const* p2, size_t p3, int p4, sockaddr const* p5, socklen_t p6, pth_event_t p7 )
pth_sfiodisc ( )
pth_sigmask int p1, sigset_t const* p2, sigset_t* p3 )
pth_sigwait ( sigset_t const* p1, int* p2 )
pth_sigwait_ev ( sigset_t const* p1, int* p2, pth_event_t p3 )
pth_sleep unsigned int p1 )
pth_spawn pth_attr_t p1, void*(*p2)(void*), void* p3 )
pth_suspend pth_t p1 )
pth_system char const* p1 )
pth_time long p1, long p2 )
pth_timeout long p1, long p2 )
pth_uctx_create pth_uctx_t* p1 )
pth_uctx_destroy pth_uctx_t p1 )
pth_uctx_make pth_uctx_t p1, char* p2, size_t p3, sigset_t const* p4, void(*p5)(void*), void* p6, pth_uctx_t p7 )
pth_uctx_switch pth_uctx_t p1, pth_uctx_t p2 )
pth_usleep unsigned int p1 )
pth_version ( )
pth_wait pth_event_t p1 )
pth_waitpid pid_t p1, int* p2, int p3 )
pth_write int p1, void const* p2, size_t p3 )
pth_write_ev int p1, void const* p2, size_t p3, pth_event_t p4 )
pth_writev int p1, iovec const* p2, int p3 )
pth_writev_ev int p1, iovec const* p2, int p3, pth_event_t p4 )
pth_yield pth_t p1 )

to the top



Generated on Fri Sep 2 19:30:29 2011 for libpth.so.20 by ABI Compliance Checker 1.93.8  
A tool for checking backward binary compatibility of a shared C/C++ library API