Home
last modified time | relevance | path

Searched refs:__tl_sync (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/src/thread/
Dpthread_join.c8 weak_alias(dummy1, __tl_sync);
22 __tl_sync(t); in __pthread_timedjoin_np()
Dpthread_create.c54 void __tl_sync(pthread_t td) in __tl_sync() function
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_join.c8 weak_alias(dummy1, __tl_sync);
39 __tl_sync(t); in __pthread_timedjoin_np()
Dpthread_create.c44 void __tl_sync(pthread_t td) in __tl_sync() function
/third_party/musl/src/linux/
Dmembarrier.c18 weak_alias(dummy_1, __tl_sync);
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h115 hidden void __tl_sync(pthread_t);
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h114 hidden void __tl_sync(pthread_t);
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h115 hidden void __tl_sync(pthread_t);
/third_party/musl/src/internal/
Dpthread_impl.h175 hidden void __tl_sync(pthread_t);
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h176 hidden void __tl_sync(pthread_t);
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h176 hidden void __tl_sync(pthread_t);
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h237 hidden void __tl_sync(pthread_t);
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c123 void __tl_sync(pthread_t td) in __tl_sync() function