Searched refs:pthread_join (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/components/posix/example/ |
A D | pthread_example.c | 54 ret = pthread_join(new_thread, (void **)&retval); in pthread_example()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | thread_utils.c | 98 static int pthread_join(pthread_t thread, void** value_ptr) { in pthread_join() function 325 pthread_join(impl->thread_, NULL); in End()
|
/AliOS-Things-master/components/SDL2/src/hidapi/m4/ |
A D | ax_pthread.m4 | 105 AC_MSG_CHECKING([for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS]) 106 AC_TRY_LINK_FUNC(pthread_join, ax_pthread_ok=yes) 201 # We check for pthread_join because it is in -lpthread on IRIX 212 pthread_join(th, 0);
|
/AliOS-Things-master/components/websocket/src/ |
A D | rws_thread.c | 55 pthread_join(t->thread, &r); in rws_threads_joiner_clean()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/ |
A D | ax_pthread.m4 | 105 AC_MSG_CHECKING([for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS]) 106 AC_TRY_LINK_FUNC([pthread_join], [ax_pthread_ok=yes]) 215 # We check for pthread_join because it is in -lpthread on IRIX 226 pthread_join(th, 0);
|
/AliOS-Things-master/components/SDL2/src/thread/pthread/ |
A D | SDL_systhread.c | 291 pthread_join(thread->handle, 0); in SDL_SYS_WaitThread()
|
/AliOS-Things-master/components/posix/include/ |
A D | pthread.h | 107 int pthread_join(pthread_t thread, void **retval);
|
/AliOS-Things-master/components/mbedtls/programs/ssl/ |
A D | ssl_pthread_server.c | 306 pthread_join(threads[i].thread, NULL ); in thread_create()
|
/AliOS-Things-master/components/posix/src/ |
A D | pthread.c | 310 int pthread_join(pthread_t thread, void **retval) in pthread_join() function
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/ |
A D | acinclude.m4 | 667 AC_MSG_CHECKING([for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS]) 668 AC_TRY_LINK_FUNC(pthread_join, ax_pthread_ok=yes) 763 dnl We check for pthread_join because it is in -lpthread on IRIX 774 pthread_join(th, 0);
|
/AliOS-Things-master/components/SDL2/src/hidapi/mac/ |
A D | hid.c | 1055 pthread_join(dev->thread, NULL); in hid_close()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | run-test262.c | 558 pthread_join(agent->tid, NULL); in js_agent_free()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | configure | 13401 char pthread_join (); 13405 return pthread_join (); 13597 pthread_join(th, 0);
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | configure | 19969 char pthread_join (); 19973 return pthread_join (); 20092 pthread_join(th, 0);
|
Completed in 77 milliseconds