OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:parent_tidptr
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
bionic_clone.c
36
int *
parent_tidptr
,
58
int *
parent_tidptr
= NULL;
local
65
parent_tidptr
= va_arg(args, int*);
75
return __bionic_clone(flags, child_stack,
parent_tidptr
, new_tls, child_tidptr, fn, arg);
/development/ndk/sources/android/libportable/arch-mips/
clone.c
58
int *
parent_tidptr
= NULL;
local
92
parent_tidptr
= va_arg(args, int*);
119
fn, child_stack, mips_flags, arg,
parent_tidptr
, new_tls, child_tidptr);
121
ret = REAL(clone)(fn, child_stack, mips_flags, arg,
parent_tidptr
,
Completed in 27 milliseconds