Home
last modified time | relevance | path

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

/AliOS-Things-master/components/posix/example/
A Dpthread_example.c42 ret = pthread_create(&new_thread, &attr, new_thread_func, &increase_count); in pthread_example()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dthread_utils.c75 static int pthread_create(pthread_t* const thread, const void* attr, in pthread_create() function
285 ok = !pthread_create(&impl->thread_, NULL, ThreadLoop, worker); in Reset()
/AliOS-Things-master/components/a2sa/example/
A Dsound_example_lb.c117 pthread_create(&g_play_thread, &attr, sound_loopback_thread, NULL); in sound_example_loopback_init()
A Dsound_example_wav.c208 pthread_create(&g_play_thread, &attr, sound_wav_thread, NULL); in sound_wav_init()
/AliOS-Things-master/components/websocket/src/
A Drws_thread.c107 res = pthread_create(&t->thread, &attr, &rws_thread_func_priv, (void *)t); in rws_thread_create()
/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_systhread.c120 if (pthread_create(&thread->handle, &type, RunThread, thread) != 0) { in SDL_SYS_CreateThread()
/AliOS-Things-master/components/a2sa/src/driver/platform/rtos/
A Dcap_task.c115 pthread_create(&cap_thread, &attr, cap_thread_loop, NULL); in create_cap_task()
A Dpb_task.c128 pthread_create(&pb_thread, &attr, pb_thread_loop, NULL); in create_pb_task()
/AliOS-Things-master/components/SDL2/src/hidapi/m4/
A Dax_pthread.m4202 # while pthread_create is in libc. We check for pthread_attr_init
206 # We try pthread_create on general principles.
211 pthread_create(&th, 0, start_routine, 0);
/AliOS-Things-master/components/posix/include/
A Dpthread.h103 int pthread_create(pthread_t *thread, const pthread_attr_t *attr,
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/
A Dax_pthread.m4216 # while pthread_create is in libc. We check for pthread_attr_init
220 # We try pthread_create on general principles.
225 pthread_create(&th, 0, start_routine, 0);
/AliOS-Things-master/components/mbedtls/programs/ssl/
A Dssl_pthread_server.c322 if( ( ret = pthread_create( &threads[i].thread, NULL, handle_ssl_connection, in thread_create()
/AliOS-Things-master/components/uvoice/internal/
A Duvoice_linux.h381 ret = pthread_create(task, &attr, fn, arg); in os_task_create()
/AliOS-Things-master/components/posix/src/
A Dpthread.c127 int pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create() function
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_system.c79 ret = pthread_create(&th, NULL, dfl_entry, targ); in aos_task_new()
/AliOS-Things-master/components/drivers/core/base/core/
A Du_interrupt.c284 r = pthread_create(&(p_irq_th->thread), &attr, u_irq_thread_fn, (void*)(p_irq_th)); in u_irq_thread_create()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/
A Dacinclude.m4764 dnl while pthread_create is in libc. We check for pthread_attr_init
768 dnl We try pthread_create on general principles.
773 pthread_create(&th,0,start_routine,0);
/AliOS-Things-master/components/SDL2/src/hidapi/mac/
A Dhid.c772 pthread_create(&dev->thread, NULL, read_thread, dev); in hid_open_path()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Drun-test262.c547 pthread_create(&agent->tid, NULL, agent_start, agent); in js_agent_start()
A Dquickjs-libc.c3305 ret = pthread_create(&tid, &attr, worker_func, args); in js_worker_ctor()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/
A Dquickjs_libc.c3644 ret = pthread_create(&tid, &attr, worker_func, args); in js_worker_ctor()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A Dconfigure13596 pthread_create(&th, 0, start_routine, 0);
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dconfigure20091 pthread_create(&th,0,start_routine,0);

Completed in 69 milliseconds