Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 25 of 43) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/thread/psp/
A DSDL_systhread.c44 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 Dpthread.c127 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 Dsched.c30 pthread_t thread = 0; in sched_get_ptcb() local
/AliOS-Things-master/components/SDL2/src/thread/
A DSDL_thread.c114 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 DSDL_systhread.c30 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 DSDL_systhread.cpp47 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 DSDL_systhread.c91 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 DSDL_systhread.c80 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 Drws_thread.c38 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 DSDL_threadprio.c133 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 Dstress_schedule.py29 def thread(): function
/AliOS-Things-master/components/SDL2/test/
A Dtesterror.c47 SDL_Thread *thread; in main() local
A Dtestthread.c83 SDL_Thread *thread; in main() local
A Dtestmessage.c155 SDL_Thread* thread = SDL_CreateThread(&button_messagebox, "MessageBox", (void*)eventNumber); in main() local
/AliOS-Things-master/components/cplusplus/
A Dthread.cpp39 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 Dtest.cc140 std::thread thread([]() { in TEST() local
147 std::thread thread([]() { in TEST() local
/AliOS-Things-master/solutions/ota_demo/
A Dotaappdemo.c98 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 DSDL_cocoamousetap.m44 SDL_Thread *thread; field
/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()
98 static int pthread_join(pthread_t thread, void** value_ptr) { in pthread_join()
/AliOS-Things-master/components/SDL2/src/audio/coreaudio/
A DSDL_coreaudio.h48 SDL_Thread *thread; member
/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspevents.c50 static SDL_Thread *thread = NULL; variable
/AliOS-Things-master/components/SDL2/src/haptic/windows/
A DSDL_windowshaptic_c.h43 SDL_Thread *thread; member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dwait_test.cc76 std::thread thread(thread_callable); in WaitTest() local
/AliOS-Things-master/components/posix/src/internal/
A Dpthread.h49 static inline pthread_tcb_t* __pthread_get_tcb(pthread_t thread) in __pthread_get_tcb()
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapi_rumble.c47 SDL_Thread *thread; member

Completed in 42 milliseconds

12