OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PTHREAD_CANCELED
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h
205
#define
PTHREAD_CANCELED
((void *) -1)
488
the thread as per pthread_exit(
PTHREAD_CANCELED
) if it has been
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h
205
#define
PTHREAD_CANCELED
((void *) -1)
488
the thread as per pthread_exit(
PTHREAD_CANCELED
) if it has been
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h
205
#define
PTHREAD_CANCELED
((void *) -1)
488
the thread as per pthread_exit(
PTHREAD_CANCELED
) if it has been
[
all
...]
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread.h
665
#define
PTHREAD_CANCELED
((void *)(size_t) -1)
[
all
...]
Completed in 956 milliseconds