OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__pthread_clone
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/arch-x86/bionic/
clone.S
6
* int
__pthread_clone
(int (*fn)(void*), void *tls, int flags,
9
.globl
__pthread_clone
10
.type
__pthread_clone
, @function
12
__pthread_clone
:
label
/bionic/libc/arch-arm/bionic/
clone.S
31
ENTRY(
__pthread_clone
)
function
71
END(
__pthread_clone
)
/bionic/libc/arch-sh/bionic/
clone.S
31
.type
__pthread_clone
, @function
32
.globl
__pthread_clone
35
__pthread_clone
:
label
Completed in 741 milliseconds