Home
last modified time | relevance | path

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

/third_party/libuv/docs/code/locks/
Dmain.c46 int thread_nums[] = {1, 2, 1}; in main() local
47 uv_thread_create(&threads[0], reader, &thread_nums[0]); in main()
48 uv_thread_create(&threads[1], reader, &thread_nums[1]); in main()
50 uv_thread_create(&threads[2], writer, &thread_nums[2]); in main()