代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/411756/11229025

h def.h

/// /// @file def.h /// @brief /// @author guozhiming /// @date 2007-04-11 /// #ifndef __DEF__ #define __DEF__ #include #include #include #include #includ
www.eeworm.com/read/237620/13942216

c commonitor.c

/*File Name: ComMonitor.c*/ #include #include "Ldb.h" #include "LocoSystem.h" #include "LdbCom.h" #include "ComMonitor.h" #include "SoundDesc.h" #include "LocoLog.h" /*********
www.eeworm.com/read/187687/8608564

h taskmgr.h

#ifndef __THREAD_H #define __THREAD_H #include "Task.h" #include "Url.h" #include #include #include class TTaskManager { private : QPtrList TaskList;
www.eeworm.com/read/185888/8980580

valgrind-suppressions

{ strstr-uninitialized Memcheck:Cond fun:strstr fun:__pthread_initialize_minimal obj:/lib/libpthread-2.3.5.so obj:/lib/libpthread-2.3.5.so fun:call_init fun:_dl_init obj:/li
www.eeworm.com/read/183272/9172786

8 fig12.8

#include "apue.h" #include #include #include extern int makethread(void *(*)(void *), void *); struct to_info { void (*to_fn)(void *); /* function */ void *to_arg
www.eeworm.com/read/183272/9172807

c timeout.c

#include "apue.h" #include #include #include extern int makethread(void *(*)(void *), void *); struct to_info { void (*to_fn)(void *); /* function */ void *to_arg
www.eeworm.com/read/183272/9172822

7 fig13.7

#include "apue.h" #include #include sigset_t mask; extern int already_running(void); void reread(void) { /* ... */ } void * thr_fn(void *arg) { int err, signo; for (;;)
www.eeworm.com/read/183272/9173106

c reread.c

#include "apue.h" #include #include sigset_t mask; extern int already_running(void); void reread(void) { /* ... */ } void * thr_fn(void *arg) { int err, signo; for (;;)
www.eeworm.com/read/181916/9227325

hpux-acc-o64

# # qmake configuration for hpux-o64 # # We define _POSIX_C_SOURCE to 199506L when using threads, therefore # we also need to redefine _HPUX_SOURCE. # From pthread(3t): # Some documentation will reco
www.eeworm.com/read/181916/9227456

hpux-acc-64

# # qmake configuration for hpux-n64 # # We define _POSIX_C_SOURCE to 199506L when using threads, therefore # we also need to redefine _HPUX_SOURCE. # From pthread(3t): # Some documentation will reco