OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_tls
(Results
1 - 2
of
2
) sorted by null
/development/ndk/sources/android/libportable/arch-mips/
clone.c
56
void *
new_tls
= NULL;
local
95
new_tls
= va_arg(args, void*);
119
fn, child_stack, mips_flags, arg, parent_tidptr,
new_tls
, child_tidptr);
122
new_tls
, child_tidptr);
/bionic/libc/bionic/
clone.cpp
47
void*
new_tls
= NULL;
local
57
new_tls
= va_arg(args, void*);
74
int clone_result = __bionic_clone(flags, child_stack, parent_tid,
new_tls
, child_tid, fn, arg);
Completed in 293 milliseconds