/AliOS-Things-master/components/SDL2/src/thread/psp/ |
A D | SDL_systhread.c | 44 int SDL_SYS_CreateThread(SDL_Thread *thread) in SDL_SYS_CreateThread() 76 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread() 82 void SDL_SYS_DetachThread(SDL_Thread *thread) in SDL_SYS_DetachThread() 88 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
|
/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() 346 int pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param) in pthread_getschedparam() 386 int pthread_setschedparam(pthread_t thread, int policy, const struct sched_param *param) in pthread_setschedparam() 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 | 30 pthread_t thread = 0; in sched_get_ptcb() local
|
/AliOS-Things-master/components/SDL2/src/thread/ |
A D | SDL_thread.c | 114 SDL_threadID thread; member 126 SDL_threadID thread = SDL_ThreadID(); in SDL_Generic_GetTLSData() local 165 SDL_threadID thread = SDL_ThreadID(); in SDL_Generic_SetTLSData() local 262 SDL_RunThread(SDL_Thread *thread) in SDL_RunThread() 314 SDL_Thread *thread; in SDL_CreateThreadWithStackSize() local 405 SDL_GetThreadID(SDL_Thread * thread) in SDL_GetThreadID() 418 SDL_GetThreadName(SDL_Thread * thread) in SDL_GetThreadName() 434 SDL_WaitThread(SDL_Thread * thread, int *status) in SDL_WaitThread() 449 SDL_DetachThread(SDL_Thread * thread) in SDL_DetachThread()
|
/AliOS-Things-master/components/SDL2/src/thread/generic/ |
A D | SDL_systhread.c | 30 SDL_SYS_CreateThread(SDL_Thread * thread, in SDL_SYS_CreateThread() 60 SDL_SYS_WaitThread(SDL_Thread * thread) in SDL_SYS_WaitThread() 66 SDL_SYS_DetachThread(SDL_Thread * thread) in SDL_SYS_DetachThread()
|
/AliOS-Things-master/components/SDL2/src/thread/stdcpp/ |
A D | SDL_systhread.cpp | 47 SDL_SYS_CreateThread(SDL_Thread * thread) in SDL_SYS_CreateThread() 126 SDL_SYS_WaitThread(SDL_Thread * thread) in SDL_SYS_WaitThread() 146 SDL_SYS_DetachThread(SDL_Thread * thread) in SDL_SYS_DetachThread()
|
/AliOS-Things-master/components/SDL2/src/thread/pthread/ |
A D | SDL_systhread.c | 91 SDL_SYS_CreateThread(SDL_Thread * thread) in SDL_SYS_CreateThread() 289 SDL_SYS_WaitThread(SDL_Thread * thread) in SDL_SYS_WaitThread() 295 SDL_SYS_DetachThread(SDL_Thread * thread) in SDL_SYS_DetachThread()
|
/AliOS-Things-master/components/SDL2/src/thread/windows/ |
A D | SDL_systhread.c | 80 SDL_Thread *thread = (SDL_Thread *) data; in RunThread() local 103 SDL_SYS_CreateThread(SDL_Thread * thread, 233 SDL_SYS_WaitThread(SDL_Thread * thread) 240 SDL_SYS_DetachThread(SDL_Thread * thread)
|
/AliOS-Things-master/components/websocket/src/ |
A D | rws_thread.c | 38 pthread_t thread; member 42 rws_thread thread; member 61 static void rws_threads_joiner_add(rws_thread thread) { // public in rws_threads_joiner_add()
|
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_threadprio.c | 133 rtkit_setpriority_nice(pid_t thread, int nice_level) in rtkit_setpriority_nice() 162 rtkit_setpriority_realtime(pid_t thread, int rt_priority) in rtkit_setpriority_realtime()
|
/AliOS-Things-master/components/py_engine/tests/thread/ |
A D | stress_schedule.py | 29 def thread(): function
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testerror.c | 47 SDL_Thread *thread; in main() local
|
A D | testthread.c | 83 SDL_Thread *thread; in main() local
|
A D | testmessage.c | 155 SDL_Thread* thread = SDL_CreateThread(&button_messagebox, "MessageBox", (void*)eventNumber); in main() local
|
/AliOS-Things-master/components/cplusplus/ |
A D | thread.cpp | 39 thread::thread(const name_t *name, in thread() function in thread 52 thread::thread() in thread() function in thread
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/ |
A D | test.cc | 140 std::thread thread([]() { in TEST() local 147 std::thread thread([]() { in TEST() local
|
/AliOS-Things-master/solutions/ota_demo/ |
A D | otaappdemo.c | 98 void *thread = NULL; in ota_upgrade_cb() local 116 void *thread = NULL; in ota_upgrade_cb() local
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoamousetap.m | 44 SDL_Thread *thread; field
|
/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() 98 static int pthread_join(pthread_t thread, void** value_ptr) { in pthread_join()
|
/AliOS-Things-master/components/SDL2/src/audio/coreaudio/ |
A D | SDL_coreaudio.h | 48 SDL_Thread *thread; member
|
/AliOS-Things-master/components/SDL2/src/video/psp/ |
A D | SDL_pspevents.c | 50 static SDL_Thread *thread = NULL; variable
|
/AliOS-Things-master/components/SDL2/src/haptic/windows/ |
A D | SDL_windowshaptic_c.h | 43 SDL_Thread *thread; member
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | wait_test.cc | 76 std::thread thread(thread_callable); in WaitTest() local
|
/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/SDL2/src/joystick/hidapi/ |
A D | SDL_hidapi_rumble.c | 47 SDL_Thread *thread; member
|