代码搜索:pthread_create

找到约 436 项符合「pthread_create」的源代码

代码结果 436
www.eeworm.com/read/290808/3970713

c wrappthread.c

/* * pthreads wrapper functions. */ #include "unp.h" #include "unpthread.h" void Pthread_create(pthread_t *tid, const pthread_attr_t *attr, void * (*func)(void *), void *arg) { int n; if
www.eeworm.com/read/431664/1904720

changelog

1999-10-30 Ross Johnson * create.c (pthread_create): Explicitly initialise thread state to default values. * cancel.c (pthread_setcancelstate): Check for N
www.eeworm.com/read/207008/15284151

c threadlibs.c

# include "gc_config_macros.h" # include "private/gcconfig.h" # include int main() { # if defined(GC_USE_LD_WRAP) printf("-Wl,--wrap -Wl,dlopen " "-Wl,--wrap -Wl,pthread_create -
www.eeworm.com/read/304657/3793912

c threadlibs.c

# include "gc_config_macros.h" # include "private/gcconfig.h" # include int main() { # if defined(GC_USE_LD_WRAP) printf("-Wl,--wrap -Wl,dlopen " "-Wl,--wrap -Wl,pthread_create -
www.eeworm.com/read/375190/2725783

c threadlibs.c

# include "gc_config_macros.h" # include "private/gcconfig.h" # include int main() { # if defined(GC_USE_LD_WRAP) printf("-Wl,--wrap -Wl,dlopen " "-Wl,--wrap -Wl,pthread_create -
www.eeworm.com/read/179967/9326092

h unpthread.h

/* Our own header for the programs that use threads. Include this file, instead of "unp.h". */ #ifndef __unp_pthread_h #define __unp_pthread_h #include "unp.h" void Pthread_create(pthread_t *, c
www.eeworm.com/read/278507/10530011

h unpthread.h

/* Our own header for the programs that use threads. Include this file, instead of "unp.h". */ #ifndef __unp_pthread_h #define __unp_pthread_h #include "unp.h" void Pthread_create(pthread_t *, c
www.eeworm.com/read/278507/10530195

h unpthread.h

/* Our own header for the programs that use threads. Include this file, instead of "unp.h". */ #ifndef __unp_pthread_h #define __unp_pthread_h #include "unp.h" void Pthread_create(pthread_t *, c
www.eeworm.com/read/278507/10531759

h unpthread.h

/* Our own header for the programs that use threads. Include this file, instead of "unp.h". */ #ifndef __unp_pthread_h #define __unp_pthread_h #include "unp.h" void Pthread_create(pthread_t *, c
www.eeworm.com/read/127694/6002406

h unpthread.h

/* Our own header for the programs that use threads. Include this file, instead of "unp.h". */ #ifndef __unp_pthread_h #define __unp_pthread_h #include "unp.h" void Pthread_create(pthread_t *, c