Searched refs:increase_count (Results 1 – 1 of 1) sorted by relevance
18 int increase_count = *((int *)arg); in new_thread_func() local20 printf("new thread:0x%x, arg:%d\n", pthread_self(), increase_count); in new_thread_func()24 count += increase_count; in new_thread_func()34 int increase_count; in pthread_example() local41 increase_count = 10; in pthread_example()42 ret = pthread_create(&new_thread, &attr, new_thread_func, &increase_count); in pthread_example()
Completed in 2 milliseconds