OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTHREAD_CANCELED
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_threadStart.c
198
status = sp->exitStatus =
PTHREAD_CANCELED
;
208
status = sp->exitStatus =
PTHREAD_CANCELED
;
233
status = sp->exitStatus =
PTHREAD_CANCELED
;
239
status = sp->exitStatus =
PTHREAD_CANCELED
;
295
status = sp->exitStatus =
PTHREAD_CANCELED
;
312
status = sp->exitStatus =
PTHREAD_CANCELED
;
ptw32_throw.c
99
exitCode = (unsigned)(size_t)
PTHREAD_CANCELED
;
pthread.h
665
#define
PTHREAD_CANCELED
((void *)(size_t) -1)
[
all
...]
/external/valgrind/main/none/tests/
pth_cancel1.c
63
printf("result is %s\n", result ==
PTHREAD_CANCELED
? "correct" : "incorrect");
/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
...]
Completed in 155 milliseconds