Home
last modified time | relevance | path

Searched refs:__vm_wait (Results 1 – 10 of 10) sorted by relevance

/third_party/musl/src/mman/
Dmunmap.c5 weak_alias(dummy, __vm_wait);
9 __vm_wait(); in __munmap()
Dmremap.c10 weak_alias(dummy, __vm_wait);
23 __vm_wait(); in __mremap()
Dmmap.c9 weak_alias(dummy, __vm_wait);
30 __vm_wait(); in __mmap()
/third_party/musl/src/thread/
Dpthread_mutex_destroy.c8 if (mutex->_m_type > 128) __vm_wait(); in pthread_mutex_destroy()
Dvmlock.c7 void __vm_wait() in __vm_wait() function
Dpthread_barrier_destroy.c12 __vm_wait(); in pthread_barrier_destroy()
Dpthread_create.c92 __vm_wait(); in __pthread_exit()
/third_party/musl/porting/liteos_a/kernel/src/include/sys/
Dmman.h6 hidden void __vm_wait(void);
/third_party/musl/src/include/sys/
Dmman.h6 hidden void __vm_wait(void);
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c169 __vm_wait(); in __pthread_exit()