Searched refs:map_base (Results 1 – 10 of 10) sorted by relevance
/third_party/musl/porting/liteos_m/user/src/thread/ |
D | pthread_create.c | 120 unsigned char *stack = 0, *stack_limit, *map_base = 0; in __pthread_create() local 136 map_base = malloc(size); in __pthread_create() 137 if (map_base == NULL) goto fail; in __pthread_create() 138 stack_limit = map_base; in __pthread_create() 139 stack = map_base + size; in __pthread_create() 142 new->map_base = stack_limit; in __pthread_create() 183 if (map_base) free(map_base); in __pthread_create()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_clone.c | 9 unsigned long map_base; member 25 param.map_base = thread->map_base; in __thread_clone()
|
D | pthread_create.c | 127 if (state==DT_DETACHED && self->map_base) { in __pthread_exit() 139 __unmapself(self->map_base, self->map_size); in __pthread_exit() 303 new->map_base = map; in __pthread_create()
|
/third_party/musl/src/thread/ |
D | pthread_join.c | 24 if (t->map_base) __munmap(t->map_base, t->map_size); in __pthread_timedjoin_np()
|
D | pthread_create.c | 137 if (state==DT_DETACHED && self->map_base) { in __pthread_exit() 154 __unmapself(self->map_base, self->map_size); in __pthread_exit() 308 new->map_base = map; in __pthread_create()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_create.c | 27 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, new->map_base, new->guard_size, name); in stack_naming() 28 start_addr = new->map_base + new->guard_size; in stack_naming() 32 start_addr = new->map_base; in stack_naming() 209 if (state==DT_DETACHED && self->map_base) { in __pthread_exit() 226 __unmapself(self->map_base, self->map_size); in __pthread_exit() 386 new->map_base = map; in __pthread_create()
|
/third_party/musl/src/internal/ |
D | pthread_impl.h | 33 unsigned char *map_base; member
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
D | pthread_impl.h | 33 unsigned char *map_base; member
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | pthread_impl.h | 34 unsigned char *map_base; member
|
/third_party/musl/porting/linux/user/src/internal/ |
D | pthread_impl.h | 48 unsigned char *map_base; member
|