Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dpthread.c291 ret = pthread_setname_np(PTHREAD_INVALID, thr_name); in ZTEST()
299 ret = pthread_setname_np(newthread[0], NULL); in ZTEST()
303 ret = pthread_setname_np(newthread[0], thr_name); in ZTEST()
/Zephyr-latest/samples/posix/philosophers/src/
Dmain.c240 pthread_setname_np(threads[i], tname); in start_threads()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h496 int pthread_setname_np(pthread_t thread, const char *name);
/Zephyr-latest/scripts/native_simulator/common/src/
Dnct.c657 return pthread_setname_np(tt_el->thread, str); in nct_thread_name_set()
/Zephyr-latest/lib/posix/options/
Dpthread.c1435 int pthread_setname_np(pthread_t thread, const char *name) in pthread_setname_np() function