Home
last modified time | relevance | path

Searched refs:pthread_setname_np (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/posix/src/
A Dprctl.c25 pthread_setname_np(pthread_self(), (char *)arg); in prctl()
A Dpthread.c536 int pthread_setname_np(pthread_t thread, const char *name) in pthread_setname_np() function
/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_systhread.c147 pthread_setname_np(pthread_self(), "%s", name); in SDL_SYS_SetupThread()
149 pthread_setname_np(pthread_self(), name); in SDL_SYS_SetupThread()
/AliOS-Things-master/components/a2sa/example/
A Dsound_example_lb.c118 pthread_setname_np(g_play_thread, "soundplaythread"); in sound_example_loopback_init()
A Dsound_example_wav.c209 pthread_setname_np(g_play_thread, "wav_player_thread"); in sound_wav_init()
/AliOS-Things-master/components/websocket/src/
A Drws_thread.c108 pthread_setname_np(t->thread, "GnWebsoc"); in rws_thread_create()
/AliOS-Things-master/components/a2sa/src/driver/platform/rtos/
A Dcap_task.c116 pthread_setname_np(cap_thread, "capthread"); in create_cap_task()
A Dpb_task.c129 pthread_setname_np(pb_thread, "pbthread"); in create_pb_task()
/AliOS-Things-master/components/posix/include/
A Dpthread.h123 int pthread_setname_np(pthread_t thread, const char *name);
/AliOS-Things-master/components/drivers/core/base/core/
A Du_interrupt.c295 pthread_setname_np(p_irq_th->thread, p_irq_th->name); in u_irq_thread_create()
/AliOS-Things-master/components/SDL2/
A Dconfigure23444 char pthread_setname_np ();
23448 return pthread_setname_np ();

Completed in 49 milliseconds