HomeSort by relevance Sort by last modified time
    Searched defs:__arg (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
pthread.h 187 void *__arg; /* Its argument. */ member in struct:_pthread_cleanup_buffer
230 void *__restrict __arg) __THROW __nonnull ((1, 3));
533 __pthread_cleanup_class (void (*__fct) (void *), void *__arg)
534 : __cancel_routine (__fct), __cancel_arg (__arg), __do_it (1) { }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pthread.h 187 void *__arg; /* Its argument. */ member in struct:_pthread_cleanup_buffer
230 void *__restrict __arg) __THROW __nonnull ((1, 3));
533 __pthread_cleanup_class (void (*__fct) (void *), void *__arg)
534 : __cancel_routine (__fct), __cancel_arg (__arg), __do_it (1) { }
    [all...]

Completed in 114 milliseconds