Home
last modified time | relevance | path

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

/AliOS-Things-master/components/posix/example/
A Dpthread_example.c18 int increase_count = *((int *)arg); in new_thread_func() local
20 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() local
41 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