OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__start_thread
(Results
1 - 25
of
36
) sorted by null
1
2
/bionic/libc/arch-arm/bionic/
__bionic_clone.S
64
# Setting lr to 0 will make the unwinder stop at
__start_thread
66
# Call
__start_thread
with the 'fn' and 'arg' we stored on the child stack.
68
b
__start_thread
/bionic/libc/arch-arm64/bionic/
__bionic_clone.S
54
# Setting x30 to 0 will make the unwinder stop at
__start_thread
.
56
# Call
__start_thread
with the 'fn' and 'arg' we stored on the child stack.
58
b
__start_thread
/bionic/libc/arch-mips/bionic/
__bionic_clone.S
63
# void
__start_thread
(int (*func)(void*), void *arg)
64
la t9,
__start_thread
/bionic/libc/arch-x86_64/bionic/
__bionic_clone.S
65
# We're in the child now, so call
__start_thread
70
call
__start_thread
/development/scripts/
example_crashes.py
52
#07 pc 000107fb /system/lib/libc.so (
__start_thread
+6)
86
#07 pc 0000000000014e90 /system/lib64/libc.so (
__start_thread
+16)
112
#06 pc 00013198 /system/lib/libc.so (
__start_thread
+36)
133
#06 pc 00018169 /system/lib/libc.so (
__start_thread
+25)
158
#07 pc 000000000001d3eb /system/lib64/libc.so (
__start_thread
+11)
/bionic/libc/arch-mips64/bionic/
__bionic_clone.S
81
# void
__start_thread
(int (*func)(void*), void *arg)
84
LA t9,
__start_thread
/bionic/libc/arch-x86/bionic/
__bionic_clone.S
48
call
__start_thread
/bionic/libc/bionic/
clone.cpp
40
extern "C" __LIBC_HIDDEN__ void
__start_thread
(int (*fn)(void*), void* arg) {
function
/development/ndk/platforms/android-21/arch-arm/lib/
libc.a
118
<