OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptr_owner
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libpthread/
pthread_rwlock.c
87
return (uintptr_t)atomic_cas_ptr(&ptr->
ptr_owner
, (void *)o,
105
ptr->
ptr_owner
= NULL;
123
(ptr->
ptr_owner
!= NULL))
168
for (owner = (uintptr_t)ptr->
ptr_owner
;; owner = next) {
197
owner = (uintptr_t)ptr->
ptr_owner
;
262
for (owner = (uintptr_t)ptr->
ptr_owner
;; owner = next) {
290
for (owner = (uintptr_t)ptr->
ptr_owner
;; owner = next) {
319
owner = (uintptr_t)ptr->
ptr_owner
;
382
for (owner = (uintptr_t)ptr->
ptr_owner
;; owner = next) {
465
owner = (uintptr_t)ptr->
ptr_owner
;
[
all
...]
pthread_types.h
233
__pthread_volatile pthread_t
ptr_owner
;
member in struct:__pthread_rwlock_st
Completed in 38 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025