OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pthread_equal
(Results
1 - 2
of
2
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h
270
extern int
pthread_equal
(pthread_t __thread1, pthread_t __thread2) __THROW;
1111
__NTH (
pthread_equal
(pthread_t __thread1, pthread_t __thread2))
function
[
all
...]
/bionic/libc/bionic/
pthread.c
707
int
pthread_equal
(pthread_t one, pthread_t two)
function
[
all
...]
Completed in 433 milliseconds