OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_exit
(Results
101 - 125
of
357
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/core/libsysutils/src/
SocketListener.cpp
142
pthread_exit
(NULL);
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
README
251
Otherwise neither pthreads cancelation nor
pthread_exit
() will work
289
pthread_exit
) is performed (see the routine ptw32_throw()).
292
when a thread is canceled, or exits via
pthread_exit
(). This exception is
295
is when it's canceled or exits via
pthread_exit
().
300
uses setjmp/longjmp in the cancelation and
pthread_exit
implementations,
Makefile
122
pthread_exit
.obj \
260
pthread_exit
.c
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h
234
extern void
pthread_exit
(void *__retval) __attribute__ ((__noreturn__));
488
the thread as per
pthread_exit
(PTHREAD_CANCELED) if it has been
541
when the thread is canceled or calls
pthread_exit
. ROUTINE will also
587
when the thread is canceled or calls
pthread_exit
. ROUTINE will also
630
when the thread is canceled or calls
pthread_exit
. ROUTINE will also
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h
234
extern void
pthread_exit
(void *__retval) __attribute__ ((__noreturn__));
488
the thread as per
pthread_exit
(PTHREAD_CANCELED) if it has been
541
when the thread is canceled or calls
pthread_exit
. ROUTINE will also
587
when the thread is canceled or calls
pthread_exit
. ROUTINE will also
630
when the thread is canceled or calls
pthread_exit
. ROUTINE will also
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h
234
extern void
pthread_exit
(void *__retval) __attribute__ ((__noreturn__));
488
the thread as per
pthread_exit
(PTHREAD_CANCELED) if it has been
541
when the thread is canceled or calls
pthread_exit
. ROUTINE will also
587
when the thread is canceled or calls
pthread_exit
. ROUTINE will also
630
when the thread is canceled or calls
pthread_exit
. ROUTINE will also
[
all
...]
/development/ndk/platforms/android-3/arch-arm/lib-bootstrap/
libc.so
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/
libc.so
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/
libc.so
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/
libc.so
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/
libc.so
/external/chromium_org/native_client_sdk/src/tools/tests/data/
test_static_arm.nexe
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread-2.7.so
libpthread.so.0
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpthread-2.7.so
libpthread.so.0
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/lib/
libc.so
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/lib/
libc.so
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/lib/
libc.so
Completed in 1068 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>