/AliOS-Things-master/components/posix/example/ |
A D | pthread_example.c | 42 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 D | thread_utils.c | 75 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 D | sound_example_lb.c | 117 pthread_create(&g_play_thread, &attr, sound_loopback_thread, NULL); in sound_example_loopback_init()
|
A D | sound_example_wav.c | 208 pthread_create(&g_play_thread, &attr, sound_wav_thread, NULL); in sound_wav_init()
|
/AliOS-Things-master/components/websocket/src/ |
A D | rws_thread.c | 107 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 D | SDL_systhread.c | 120 if (pthread_create(&thread->handle, &type, RunThread, thread) != 0) { in SDL_SYS_CreateThread()
|
/AliOS-Things-master/components/a2sa/src/driver/platform/rtos/ |
A D | cap_task.c | 115 pthread_create(&cap_thread, &attr, cap_thread_loop, NULL); in create_cap_task()
|
A D | pb_task.c | 128 pthread_create(&pb_thread, &attr, pb_thread_loop, NULL); in create_pb_task()
|
/AliOS-Things-master/components/SDL2/src/hidapi/m4/ |
A D | ax_pthread.m4 | 202 # 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 D | pthread.h | 103 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 D | ax_pthread.m4 | 216 # 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 D | ssl_pthread_server.c | 322 if( ( ret = pthread_create( &threads[i].thread, NULL, handle_ssl_connection, in thread_create()
|
/AliOS-Things-master/components/uvoice/internal/ |
A D | uvoice_linux.h | 381 ret = pthread_create(task, &attr, fn, arg); in os_task_create()
|
/AliOS-Things-master/components/posix/src/ |
A D | pthread.c | 127 int pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create() function
|
/AliOS-Things-master/components/amp_adapter/platform/linux/ |
A D | aos_system.c | 79 ret = pthread_create(&th, NULL, dfl_entry, targ); in aos_task_new()
|
/AliOS-Things-master/components/drivers/core/base/core/ |
A D | u_interrupt.c | 284 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 D | acinclude.m4 | 764 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 D | hid.c | 772 pthread_create(&dev->thread, NULL, read_thread, dev); in hid_open_path()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | run-test262.c | 547 pthread_create(&agent->tid, NULL, agent_start, agent); in js_agent_start()
|
A D | quickjs-libc.c | 3305 ret = pthread_create(&tid, &attr, worker_func, args); in js_worker_ctor()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/ |
A D | quickjs_libc.c | 3644 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 D | configure | 13596 pthread_create(&th, 0, start_routine, 0);
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | configure | 20091 pthread_create(&th,0,start_routine,0);
|