Home
last modified time | relevance | path

Searched refs:_LIBC_TEXT_SECTION (Results 1 – 25 of 27) sorted by relevance

12

/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_attr_get.c4 _LIBC_TEXT_SECTION int pthread_attr_getdetachstate(const pthread_attr_t *a, int *state) in pthread_attr_getdetachstate()
10 _LIBC_TEXT_SECTION int pthread_attr_getguardsize(const pthread_attr_t *restrict a, size_t *restrict… in pthread_attr_getguardsize()
15 _LIBC_TEXT_SECTION int pthread_attr_getinheritsched(const pthread_attr_t *restrict a, int *restrict… in pthread_attr_getinheritsched()
21 _LIBC_TEXT_SECTION int pthread_attr_getschedparam(const pthread_attr_t *restrict a, struct sched_pa… in pthread_attr_getschedparam()
27 _LIBC_TEXT_SECTION int pthread_attr_getschedpolicy(const pthread_attr_t *restrict a, int *restrict … in pthread_attr_getschedpolicy()
33 _LIBC_TEXT_SECTION int pthread_attr_getscope(const pthread_attr_t *restrict a, int *restrict scope) in pthread_attr_getscope()
39 _LIBC_TEXT_SECTION int pthread_attr_getstack(const pthread_attr_t *restrict a, void **restrict addr… in pthread_attr_getstack()
48 _LIBC_TEXT_SECTION int pthread_attr_getstacksize(const pthread_attr_t *restrict a, size_t *restrict… in pthread_attr_getstacksize()
Dpthread_create.c9 _LIBC_TEXT_SECTION _Noreturn void __pthread_exit(void *result) in __pthread_exit()
48 _LIBC_TEXT_SECTION static int start(void *p) in start()
55 _LIBC_TEXT_SECTION static int start_c11(void *p) in start_c11()
63 _LIBC_TEXT_SECTION static int __pthread_init_and_check_attr(const pthread_attr_t *restrict attrp, p… in __pthread_init_and_check_attr()
94 _LIBC_TEXT_SECTION static int __thread_clone(int (*func)(void *), int flags, struct pthread *thread… in __thread_clone()
115 _LIBC_TEXT_SECTION int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict att… in __pthread_create()
D__lock.c20 _LIBC_TEXT_SECTION void __lock(volatile int *l) in __lock()
52 _LIBC_TEXT_SECTION void __unlock(volatile int *l) in __unlock()
Dpthread_join.c5 _LIBC_TEXT_SECTION static int __pthread_timedjoin_np(pthread_t t, void **res, const struct timespec… in __pthread_timedjoin_np()
36 _LIBC_TEXT_SECTION int __pthread_join(pthread_t t, void **res) in __pthread_join()
Dpthread_attr_destroy.c4 _LIBC_TEXT_SECTION int pthread_attr_destroy(pthread_attr_t *a) in pthread_attr_destroy()
Dpthread_cancel.c7 _LIBC_TEXT_SECTION int pthread_cancel(pthread_t t) in pthread_cancel()
Dpthread_attr_setguardsize.c4 _LIBC_TEXT_SECTION int pthread_attr_setguardsize(pthread_attr_t *a, size_t size) in pthread_attr_setguardsize()
Dpthread_attr_setdetachstate.c4 _LIBC_TEXT_SECTION int pthread_attr_setdetachstate(pthread_attr_t *a, int state) in pthread_attr_setdetachstate()
Dpthread_attr_setscope.c4 _LIBC_TEXT_SECTION int pthread_attr_setscope(pthread_attr_t *a, int scope) in pthread_attr_setscope()
Dpthread_attr_setinheritsched.c5 _LIBC_TEXT_SECTION int pthread_attr_setinheritsched(pthread_attr_t *a, int inherit) in pthread_attr_setinheritsched()
Dpthread_attr_setschedpolicy.c4 _LIBC_TEXT_SECTION int pthread_attr_setschedpolicy(pthread_attr_t *a, int policy) in pthread_attr_setschedpolicy()
Dpthread_attr_init.c4 _LIBC_TEXT_SECTION int pthread_attr_init(pthread_attr_t *a) in pthread_attr_init()
Dpthread_self.c5 _LIBC_TEXT_SECTION pthread_t __pthread_self() in __pthread_self()
Dpthread_attr_setstacksize.c4 _LIBC_TEXT_SECTION int pthread_attr_setstacksize(pthread_attr_t *a, size_t size) in pthread_attr_setstacksize()
Dpthread_attr_setschedparam.c4 _LIBC_TEXT_SECTION int pthread_attr_setschedparam(pthread_attr_t *restrict a, const struct sched_pa… in pthread_attr_setschedparam()
Dpthread_attr_setstack.c4 _LIBC_TEXT_SECTION int pthread_attr_setstack(pthread_attr_t *a, void *addr, size_t size) in pthread_attr_setstack()
Dpthread_detach.c5 _LIBC_TEXT_SECTION static int __pthread_detach(pthread_t t) in __pthread_detach()
Dpthread_setschedparam.c5 _LIBC_TEXT_SECTION int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *par… in pthread_setschedparam()
Dpthread_getschedparam.c5 _LIBC_TEXT_SECTION int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param … in pthread_getschedparam()
/third_party/musl/porting/liteos_m/user/src/
Dlibc_init.c33 #define _LIBC_TEXT_SECTION __attribute__ ((section(".usr_libc_text"))) macro
39 _LIBC_TEXT_SECTION void _lib_ops_init(UsrLibcOps *ops) in _lib_ops_init()
Dlibc_start.c42 _LIBC_TEXT_SECTION int __set_thread_area(void *p) in __set_thread_area()
/third_party/musl/porting/liteos_m/user/src/string/
Dstrcmp.c4 _LIBC_TEXT_SECTION int strcmp(const char *l, const char *r) in strcmp()
Dmemcmp.c4 _LIBC_TEXT_SECTION int memcmp(const void *vl, const void *vr, size_t n) in memcmp()
Dstrlen.c11 _LIBC_TEXT_SECTION size_t strlen(const char *s) in strlen()
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_define.h35 #define _LIBC_TEXT_SECTION __attribute__ ((section(".usr_libc_text"))) macro

12