/AliOS-Things-master/components/posix/include/ |
A D | pthread.h | 51 typedef void * pthread_t; typedef 103 int pthread_create(pthread_t *thread, const pthread_attr_t *attr, 106 int pthread_detach(pthread_t thread); 107 int pthread_join(pthread_t thread, void **retval); 108 int pthread_cancel(pthread_t thread); 112 int pthread_kill(pthread_t thread, int sig); 113 int pthread_equal(pthread_t t1, pthread_t t2); 118 pthread_t pthread_self(void); 119 int pthread_getcpuclockid(pthread_t thread_id, clockid_t *clock_id); 122 int pthread_setschedprio(pthread_t thread, int prio); [all …]
|
/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() 220 int pthread_detach(pthread_t thread) in pthread_detach() 310 int pthread_join(pthread_t thread, void **retval) in pthread_join() 316 int pthread_cancel(pthread_t thread) in pthread_cancel() 336 int pthread_kill(pthread_t thread, int sig) in pthread_kill() 341 int pthread_equal(pthread_t t1, pthread_t t2) in pthread_equal() 425 pthread_t pthread_self(void) in pthread_self() 456 int pthread_setschedprio(pthread_t thread, int prio) in pthread_setschedprio() 511 int pthread_getcpuclockid(pthread_t thread, clockid_t *clock_id) in pthread_getcpuclockid() 536 int pthread_setname_np(pthread_t thread, const char *name) in pthread_setname_np() [all …]
|
A D | sched.c | 17 static inline pthread_t _pid_to_pthread(pid_t pid) in _pid_to_pthread() 24 return (pthread_t)(uintptr_t)pid; in _pid_to_pthread() 30 pthread_t thread = 0; in sched_get_ptcb()
|
A D | pthread_tsd.c | 12 pthread_t thread; 138 pthread_t self = pthread_self(); in pthread_setspecific()
|
/AliOS-Things-master/components/SDL2/src/thread/pthread/ |
A D | SDL_sysmutex.c | 38 pthread_t owner; 84 pthread_t this_thread; in SDL_LockMutex() 121 pthread_t this_thread; in SDL_TryLockMutex()
|
A D | SDL_systhread.c | 88 static int (*ppthread_setname_np)(pthread_t, const char*) = NULL; 102 ppthread_setname_np = (int(*)(pthread_t, const char*)) fn; in SDL_SYS_CreateThread() 209 pthread_t thread = pthread_self(); in SDL_SYS_SetThreadPriority()
|
A D | SDL_systhread_c.h | 25 typedef pthread_t SYS_ThreadHandle;
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | thread_utils.c | 24 typedef HANDLE pthread_t; typedef 56 pthread_t thread_; 75 static int pthread_create(pthread_t* const thread, const void* attr, in pthread_create() 86 *thread = (pthread_t)_beginthreadex(NULL, /* void *security */ in pthread_create() 98 static int pthread_join(pthread_t thread, void** value_ptr) { in pthread_join()
|
/AliOS-Things-master/components/posix/src/internal/ |
A D | pthread.h | 49 static inline pthread_tcb_t* __pthread_get_tcb(pthread_t thread) in __pthread_get_tcb()
|
/AliOS-Things-master/components/posix/example/ |
A D | pthread_example.c | 35 pthread_t new_thread; in pthread_example()
|
/AliOS-Things-master/components/drivers/core/base/include/drivers/ |
A D | u_interrupt.h | 70 pthread_t thread;
|
/AliOS-Things-master/components/a2sa/example/ |
A D | sound_example_lb.c | 24 static pthread_t g_play_thread;
|
A D | sound_example_wav.c | 50 static pthread_t g_play_thread;
|
/AliOS-Things-master/components/websocket/src/ |
A D | rws_thread.c | 38 pthread_t thread;
|
/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/ |
A D | aos_hal_uart.c | 45 pthread_t threaid;
|
/AliOS-Things-master/components/a2sa/src/driver/platform/rtos/ |
A D | cap_task.c | 37 static pthread_t cap_thread;
|
A D | pb_task.c | 37 static pthread_t pb_thread;
|
/AliOS-Things-master/components/mbedtls/programs/ssl/ |
A D | ssl_pthread_server.c | 132 pthread_t thread;
|
/AliOS-Things-master/components/uvoice/internal/ |
A D | uvoice_linux.h | 30 typedef pthread_t os_task_t;
|
/AliOS-Things-master/components/amp_adapter/platform/linux/ |
A D | aos_system.c | 74 pthread_t th; in aos_task_new()
|
/AliOS-Things-master/components/SDL2/src/hidapi/m4/ |
A D | ax_pthread.m4 | 210 [pthread_t th; pthread_attr_t attr;
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/ |
A D | ax_pthread.m4 | 224 [pthread_t th; pthread_attr_t attr;
|
/AliOS-Things-master/components/SDL2/src/hidapi/mac/ |
A D | hid.c | 117 pthread_t thread;
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | run-test262.c | 426 pthread_t tid;
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/ |
A D | acinclude.m4 | 772 [pthread_t th; pthread_attr_t attr;
|