Searched refs:__owner (Results 1 – 17 of 17) sorted by relevance
/glibc-2.36/nptl/ |
D | pthread_mutex_unlock.c | 62 mutex->__data.__owner = 0; in __pthread_mutex_unlock_usercnt() 84 if (mutex->__data.__owner != THREAD_GETMEM (THREAD_SELF, tid)) in __pthread_mutex_unlock_usercnt() 99 if (mutex->__data.__owner != THREAD_GETMEM (THREAD_SELF, tid) in __pthread_mutex_unlock_usercnt() 120 && __builtin_expect (mutex->__data.__owner in libc_hidden_def() 130 if (mutex->__data.__owner != THREAD_GETMEM (THREAD_SELF, tid)) in libc_hidden_def() 150 if (__builtin_expect (mutex->__data.__owner in libc_hidden_def() 164 mutex->__data.__owner = newowner; in libc_hidden_def() 195 if (mutex->__data.__owner != THREAD_GETMEM (THREAD_SELF, tid)) in libc_hidden_def() 207 && __builtin_expect (mutex->__data.__owner in libc_hidden_def() 217 if (mutex->__data.__owner != THREAD_GETMEM (THREAD_SELF, tid)) in libc_hidden_def() [all …]
|
D | pthread_mutex_trylock.c | 40 if (mutex->__data.__owner == id) in ___pthread_mutex_trylock() 54 mutex->__data.__owner = id; in ___pthread_mutex_trylock() 78 mutex->__data.__owner = id; in ___pthread_mutex_trylock() 115 mutex->__data.__owner = PTHREAD_MUTEX_INCONSISTENT; in ___pthread_mutex_trylock() 175 if (__builtin_expect (mutex->__data.__owner in ___pthread_mutex_trylock() 199 mutex->__data.__owner = id; in ___pthread_mutex_trylock() 316 mutex->__data.__owner = PTHREAD_MUTEX_INCONSISTENT; in ___pthread_mutex_trylock() 334 && __builtin_expect (mutex->__data.__owner in ___pthread_mutex_trylock() 360 mutex->__data.__owner = id; in ___pthread_mutex_trylock() 381 if (mutex->__data.__owner == id) in ___pthread_mutex_trylock() [all …]
|
D | pthread_mutex_lock.c | 94 assert (mutex->__data.__owner == 0); in PTHREAD_MUTEX_LOCK() 115 if (mutex->__data.__owner == id) in PTHREAD_MUTEX_LOCK() 130 assert (mutex->__data.__owner == 0); in PTHREAD_MUTEX_LOCK() 167 assert (mutex->__data.__owner == 0); in PTHREAD_MUTEX_LOCK() 174 if (__glibc_unlikely (mutex->__data.__owner == id)) in PTHREAD_MUTEX_LOCK() 182 mutex->__data.__owner = id; in PTHREAD_MUTEX_LOCK() 257 mutex->__data.__owner = PTHREAD_MUTEX_INCONSISTENT; in __pthread_mutex_lock_full() 341 if (__builtin_expect (mutex->__data.__owner in __pthread_mutex_lock_full() 470 mutex->__data.__owner = PTHREAD_MUTEX_INCONSISTENT; in __pthread_mutex_lock_full() 493 && __builtin_expect (mutex->__data.__owner in __pthread_mutex_lock_full() [all …]
|
D | pthread_mutex_timedlock.c | 52 if (mutex->__data.__owner == id) in __pthread_mutex_clocklock_common() 78 if (__glibc_unlikely (mutex->__data.__owner == id)) in __pthread_mutex_clocklock_common() 171 mutex->__data.__owner = PTHREAD_MUTEX_INCONSISTENT; in __pthread_mutex_clocklock_common() 265 if (__builtin_expect (mutex->__data.__owner in __pthread_mutex_clocklock_common() 400 mutex->__data.__owner = PTHREAD_MUTEX_INCONSISTENT; in __pthread_mutex_clocklock_common() 418 && __builtin_expect (mutex->__data.__owner in __pthread_mutex_clocklock_common() 461 if (mutex->__data.__owner == id) in __pthread_mutex_clocklock_common() 542 assert (mutex->__data.__owner == 0); in __pthread_mutex_clocklock_common() 555 mutex->__data.__owner = id; in __pthread_mutex_clocklock_common()
|
D | pthread_mutex_consistent.c | 30 || mutex->__data.__owner != PTHREAD_MUTEX_INCONSISTENT) in __pthread_mutex_consistent() 33 mutex->__data.__owner = THREAD_GETMEM (THREAD_SELF, tid); in __pthread_mutex_consistent()
|
D | pthread_mutex_setprioceiling.c | 54 if (mutex->__data.__owner == THREAD_GETMEM (THREAD_SELF, tid)) in __pthread_mutex_setprioceiling()
|
/glibc-2.36/include/ |
D | unistd.h | 77 __uid_t __owner, __gid_t __group); 80 __uid_t __owner, __gid_t __group); 81 extern int __lchown (const char *__file, __uid_t __owner,
|
/glibc-2.36/posix/ |
D | unistd.h | 493 extern int chown (const char *__file, __uid_t __owner, __gid_t __group) 498 extern int fchown (int __fd, __uid_t __owner, __gid_t __group) __THROW __wur; 503 extern int lchown (const char *__file, __uid_t __owner, __gid_t __group) 511 extern int fchownat (int __fd, const char *__file, __uid_t __owner,
|
/glibc-2.36/sysdeps/hppa/nptl/bits/ |
D | struct_mutex.h | 26 int __owner; member
|
/glibc-2.36/sysdeps/nptl/bits/ |
D | struct_mutex.h | 31 int __owner; member
|
/glibc-2.36/sysdeps/mips/nptl/bits/ |
D | struct_mutex.h | 26 int __owner; member
|
/glibc-2.36/sysdeps/htl/bits/types/ |
D | struct___pthread_mutex.h | 39 void *__owner; member
|
/glibc-2.36/sysdeps/powerpc/nptl/bits/ |
D | struct_mutex.h | 26 int __owner; member
|
/glibc-2.36/sysdeps/s390/nptl/bits/ |
D | struct_mutex.h | 26 int __owner; member
|
/glibc-2.36/sysdeps/x86/nptl/bits/ |
D | struct_mutex.h | 26 int __owner; member
|
/glibc-2.36/manual/ |
D | README.pretty-printers | 13 __owner = 0,
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.nptl | 5426 * pthread_mutex_consistent.c: Inconsistent mutex have __owner now set 9106 * pthread_mutex_lock.c: Don't store THREAD_ID in __owner, use TID. 9119 Change type of __owner.
|