Home
last modified time | relevance | path

Searched refs:a (Results 76 – 79 of 79) sorted by relevance

1234

/libuv/
H A DCMakeLists.txt232 # Android has pthread as part of its c library, not as a separate
658 test/test-tcp-write-in-a-row.c
701 test/test-udp-recv-in-a-row.c
/libuv/src/unix/
H A Dcore.c82 # define uv__accept4(a, b, c, d) paccept((a), (b), (c), NULL, (d)) argument
H A Dfs.c570 static int uv__fs_scandir_sort(const uv__dirent_t** a, const uv__dirent_t** b) { in uv__fs_scandir_sort() argument
571 return strcmp((*a)->d_name, (*b)->d_name); in uv__fs_scandir_sort()
/libuv/src/win/
H A Dfs.c136 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) argument

Completed in 34 milliseconds

1234