Searched refs:pthread_attr_setscope (Results 1 – 9 of 9) sorted by relevance
86 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_attr_setscope);179 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_attr_setscope); in init_stub_library()
87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_attr_setscope);182 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_attr_setscope); in init_stub_library()
261 int pthread_attr_setscope(pthread_attr_t*, int scope) { in pthread_attr_setscope() function
105 FUNCTION(pthread_attr_setscope, int (*f)(pthread_attr_t*, int)); in pthread_h()
112 int pthread_attr_setscope(pthread_attr_t* __attr, int __scope);
608 pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); in ioshark_pthread_create()
731 pthread_attr_setscope
764 pthread_attr_setscope;