OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__pthread_gettid
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/bionic/
pthread_gettid_np.cpp
37
pid_t
__pthread_gettid
(pthread_t t) {
function
/bionic/libc/private/
bionic_pthread.h
37
extern pid_t
__pthread_gettid
(pthread_t thid);
/frameworks/wilhelm/src/
locks.c
21
// Use this macro to validate a pthread_t before passing it into
__pthread_gettid
.
86
pid_t ownerTid = LIKELY_VALID(owner) ?
__pthread_gettid
(owner) : -1;
105
pid_t ownerTid = LIKELY_VALID(owner) ?
__pthread_gettid
(owner) : -1;
Android.mk
172
#
__pthread_gettid
/system/core/libutils/
Threads.cpp
867
tid =
__pthread_gettid
(pthread);
Completed in 163 milliseconds