1 #ifdef PROFILING 2 3 #define pthread_create(a, b, c, d) gprof_pthread_create(a, b, c, d) 4 5 int gprof_pthread_create(pthread_t * thread, pthread_attr_t * attr, 6 void * (*start_routine)(void *), void * arg); 7 8 #endif 9
Indexes created Mon Mar 22 12:03:31 UTC 2010
Terms of Use | Privacy | Trademarks | Copyright Policy | Site Guidelines | Site Map | Help Your use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use. © 2010, Oracle Corporation and/or its affiliates