Home
last modified time | relevance | path

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

/AliOS-Things-master/components/posix/example/
A Dpthread_example.c35 pthread_t new_thread; in pthread_example() local
42 ret = pthread_create(&new_thread, &attr, new_thread_func, &increase_count); in pthread_example()
54 ret = pthread_join(new_thread, (void **)&retval); in pthread_example()
59 printf("New thread:0x%x exited with vaule: %d\n", new_thread, *retval); in pthread_example()

Completed in 3 milliseconds