代码搜索:pThread

找到约 7,828 项符合「pThread」的源代码

代码结果 7,828
www.eeworm.com/read/278507/10531824

c lock_pthread.c

/* include my_lock_init */ #include "unpthread.h" #include static pthread_mutex_t *mptr; /* actual mutex will be in shared memory */ void my_lock_init(char *pathname) { int fd; pthre
www.eeworm.com/read/275859/10790305

o server_pthread.o

www.eeworm.com/read/275859/10790308

kdevses server_pthread.kdevses

www.eeworm.com/read/275859/10790312

c server_pthread.c

#include /* basic system data types */ #include /* basic socket definitions */ #include /* timeval{} for select() */ #include /* timespec{} for psel
www.eeworm.com/read/275859/10790314

kdevprj server_pthread.kdevprj

[./Makefile.am] files=./tags,./tcp_listen.c,./server_pthread.c,./tcp_listen.h,./server_pthread.kdevprj, sub_dirs= type=prog_main [./server_pthread.c] dist=true install=false install_location= type=SO
www.eeworm.com/read/417321/10994321

c pthread_setconcurrency.c

/* * pthread_setconcurrency.c * * Description: * This translation unit implements miscellaneous thread functions. * * --------------------------------------------------------------------------
www.eeworm.com/read/417321/10994358

c pthread_join.c

/* * pthread_join.c * * Description: * This translation unit implements functions related to thread * synchronisation. * * ----------------------------------------------------------------------
www.eeworm.com/read/417321/10994364

c pthread_equal.c

/* * pthread_equal.c * * Description: * This translation unit implements miscellaneous thread functions. * * -------------------------------------------------------------------------- * *
www.eeworm.com/read/417321/10994733

c pthread_getconcurrency.c

/* * pthread_getconcurrency.c * * Description: * This translation unit implements miscellaneous thread functions. * * --------------------------------------------------------------------------
www.eeworm.com/read/417321/10994800

c pthread_setcancelstate.c

/* * pthread_setcancelstate.c * * Description: * POSIX thread functions related to thread cancellation. * * -------------------------------------------------------------------------- * *