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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
libc-lock.h 145 # define __libc_maybe_call(FUNC, ARGS, ELSE) \ macro
149 # define __libc_maybe_call(FUNC, ARGS, ELSE) \ macro
163 __libc_maybe_call (FUNC, ARGS, ELSE)
175 __libc_maybe_call (__pthread_mutex_init, (&(NAME), NULL), 0)
184 __libc_maybe_call (__pthread_rwlock_init, (&(NAME), NULL), 0)
224 __libc_maybe_call (__pthread_mutex_destroy, (&(NAME)), 0)
230 __libc_maybe_call (__pthread_rwlock_destroy, (&(NAME)), 0)
238 __libc_maybe_call (__pthread_mutex_destroy, (&(NAME)), 0)
259 __libc_maybe_call (__pthread_mutex_lock, (&(NAME)), 0)
292 __libc_maybe_call (__pthread_mutex_lock, (&(NAME).mutex), 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
libc-lock.h 145 # define __libc_maybe_call(FUNC, ARGS, ELSE) \ macro
149 # define __libc_maybe_call(FUNC, ARGS, ELSE) \ macro
163 __libc_maybe_call (FUNC, ARGS, ELSE)
175 __libc_maybe_call (__pthread_mutex_init, (&(NAME), NULL), 0)
184 __libc_maybe_call (__pthread_rwlock_init, (&(NAME), NULL), 0)
224 __libc_maybe_call (__pthread_mutex_destroy, (&(NAME)), 0)
230 __libc_maybe_call (__pthread_rwlock_destroy, (&(NAME)), 0)
238 __libc_maybe_call (__pthread_mutex_destroy, (&(NAME)), 0)
259 __libc_maybe_call (__pthread_mutex_lock, (&(NAME)), 0)
292 __libc_maybe_call (__pthread_mutex_lock, (&(NAME).mutex), 0
    [all...]

Completed in 76 milliseconds