代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/315865/13535242

makefile

#################################################################################### # sdvr makefile #################################################################################### LOCAL_TARGET
www.eeworm.com/read/191298/8431307

m4 acx_pthread.m4

dnl @synopsis ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) dnl dnl This macro figures out how to build C programs using POSIX dnl threads. It sets the PTHREAD_LIBS output variable to the thr
www.eeworm.com/read/188626/8524179

c thread.c

#include #include void thread1(void) { int i=0; for(i=0;i
www.eeworm.com/read/432039/8636424

c thread.c

#include #include void thread1(void) { int i=0; for(i=0;i
www.eeworm.com/read/430500/8741216

c thread.c

#include #include void thread1(void) { int i=0; for(i=0;i
www.eeworm.com/read/427322/8951699

c threadtest.c

/*threadtest.c*/ #include #include #include #include /*声明线程运行服务程序*/ static void pthread_func_1 (void); static void pthread_func_2 (void)
www.eeworm.com/read/283560/9006948

m4 acx_pthread.m4

dnl @synopsis ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) dnl dnl This macro figures out how to build C programs using POSIX dnl threads. It sets the PTHREAD_LIBS output variable to the thr
www.eeworm.com/read/381152/9107222

c thread.c

#include #include void thread1(void) { int i=0; for(i=0;i
www.eeworm.com/read/182121/9216312

m4 acx_pthread.m4

AC_DEFUN([ACX_PTHREAD], [ AC_REQUIRE([AC_CANONICAL_HOST]) AC_LANG_SAVE AC_LANG_C acx_pthread_ok=no # We used to check for pthread.h first, but this fails if pthread.h # requires special compiler flag
www.eeworm.com/read/177866/9429949

m4 acx_pthread.m4

dnl @synopsis ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) dnl dnl This macro figures out how to build C programs using POSIX dnl threads. It sets the PTHREAD_LIBS output variable to the thr