OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ownertid
(Results
1 - 1
of
1
) sorted by null
/system/media/wilhelm/src/
locks.c
72
pid_t
ownerTid
= LIKELY_VALID(owner) ? __pthread_gettid(owner) : -1;
75
*(void **)&owner,
ownerTid
, thiz->mFile, thiz->mLine);
91
pid_t
ownerTid
= LIKELY_VALID(owner) ? __pthread_gettid(owner) : -1;
95
*(void **)&owner,
ownerTid
, thiz->mFile, thiz->mLine);
99
thiz, *(void **)&owner,
ownerTid
, thiz->mFile, thiz->mLine);
Completed in 64 milliseconds