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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h 44 typedef struct { pthread_mutex_t mutex; } __libc_lock_recursive_t; typedef in typeref:struct:__anon20718
47 typedef struct { int lock; int cnt; void *owner; } __libc_lock_recursive_t; typedef in typeref:struct:__anon20719
57 typedef struct __libc_lock_recursive_opaque__ __libc_lock_recursive_t; typedef in typeref:struct:__libc_lock_recursive_opaque__
76 CLASS __libc_lock_recursive_t NAME;
115 CLASS __libc_lock_recursive_t NAME;
118 CLASS __libc_lock_recursive_t NAME = _LIBC_LOCK_RECURSIVE_INITIALIZER;
124 CLASS __libc_lock_recursive_t NAME = _LIBC_LOCK_RECURSIVE_INITIALIZER;
188 ((NAME) = (__libc_lock_recursive_t) _LIBC_LOCK_RECURSIVE_INITIALIZER, 0)

Completed in 54 milliseconds