Home
last modified time | relevance | path

Searched refs:tortoise (Results 1 - 4 of 4) sorted by relevance

/third_party/libuv/docs/code/thread-create/
H A Dmain.c15 void tortoise(void *arg) { in tortoise() function
30 uv_thread_create(&tortoise_id, tortoise, &tracklen); in main()
/third_party/toybox/porting/liteos_a/toys/lsb/
H A Dmount.c145 static char *tortoise(int loud, char **cmd) in tortoise() function
173 char *s = tortoise(0, (char *[]){"blkid", "-U", dev, 0}); in mount_filesystem()
257 dev = tortoise(1, (char *[]){"losetup", in mount_filesystem()
/third_party/toybox/toys/lsb/
H A Dmount.c149 static char *tortoise(int loud, char **cmd) in tortoise() function
186 char *s = tortoise(0, (char *[]){"blkid", "-U", dev, 0}); in mount_filesystem()
270 dev = tortoise(1, (char *[]){"losetup", in mount_filesystem()
/third_party/littlefs/
H A Dlfs.c4332 lfs_block_t tortoise[2] = {LFS_BLOCK_NULL, LFS_BLOCK_NULL}; local
4337 if (lfs_pair_issync(dir.tail, tortoise)) {
4343 tortoise[0] = dir.tail[0];
4344 tortoise[1] = dir.tail[1];
4556 lfs_block_t tortoise[2] = {LFS_BLOCK_NULL, LFS_BLOCK_NULL}; local
4561 if (lfs_pair_issync(dir.tail, tortoise)) {
4566 tortoise[0] = dir.tail[0];
4567 tortoise[1] = dir.tail[1];
4650 lfs_block_t tortoise[2] = {LFS_BLOCK_NULL, LFS_BLOCK_NULL}; local
4655 if (lfs_pair_issync(pdir->tail, tortoise)) {
4715 lfs_block_t tortoise[2] = {LFS_BLOCK_NULL, LFS_BLOCK_NULL}; global() local
[all...]

Completed in 9 milliseconds