HomeSort by relevance Sort by last modified time
    Searched full:__libc_ptf_call (Results 1 - 5 of 5) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
error.c 231 #if defined _LIBC && defined __libc_ptf_call
235 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state),
259 # ifdef __libc_ptf_call
260 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0);
291 #if defined _LIBC && defined __libc_ptf_call
295 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state),
327 # ifdef __libc_ptf_call
328 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0);
  /external/bison/lib/
error.c 294 #if defined _LIBC && defined __libc_ptf_call
298 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state),
322 # ifdef __libc_ptf_call
323 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0);
354 #if defined _LIBC && defined __libc_ptf_call
358 __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state),
390 # ifdef __libc_ptf_call
391 __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h 154 # define __libc_ptf_call(FUNC, ARGS, ELSE) \ macro
160 # define __libc_ptf_call(FUNC, ARGS, ELSE) \ macro
248 __libc_ptf_call (__pthread_rwlock_rdlock, (&(NAME)), 0)
250 __libc_ptf_call (__pthread_rwlock_wrlock, (&(NAME)), 0)
319 __libc_ptf_call (__pthread_rwlock_unlock, (&(NAME)), 0)
449 __libc_ptf_call (__pthread_key_create, (KEY, DESTRUCTOR), 1)
453 __libc_ptf_call (__pthread_getspecific, (KEY), NULL)
457 __libc_ptf_call (__pthread_setspecific, (KEY, VALUE), 0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 154 # define __libc_ptf_call(FUNC, ARGS, ELSE) \ macro
160 # define __libc_ptf_call(FUNC, ARGS, ELSE) \ macro
248 __libc_ptf_call (__pthread_rwlock_rdlock, (&(NAME)), 0)
250 __libc_ptf_call (__pthread_rwlock_wrlock, (&(NAME)), 0)
319 __libc_ptf_call (__pthread_rwlock_unlock, (&(NAME)), 0)
449 __libc_ptf_call (__pthread_key_create, (KEY, DESTRUCTOR), 1)
453 __libc_ptf_call (__pthread_getspecific, (KEY), NULL)
457 __libc_ptf_call (__pthread_setspecific, (KEY, VALUE), 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 154 # define __libc_ptf_call(FUNC, ARGS, ELSE) \ macro
160 # define __libc_ptf_call(FUNC, ARGS, ELSE) \ macro
248 __libc_ptf_call (__pthread_rwlock_rdlock, (&(NAME)), 0)
250 __libc_ptf_call (__pthread_rwlock_wrlock, (&(NAME)), 0)
319 __libc_ptf_call (__pthread_rwlock_unlock, (&(NAME)), 0)
449 __libc_ptf_call (__pthread_key_create, (KEY, DESTRUCTOR), 1)
453 __libc_ptf_call (__pthread_getspecific, (KEY), NULL)
457 __libc_ptf_call (__pthread_setspecific, (KEY, VALUE), 0)

Completed in 93 milliseconds