Home
last modified time | relevance | path

Searched refs:to_posix_thread (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.6.0/lib/posix/options/
Dpthread.c139 struct posix_thread *to_posix_thread(pthread_t pthread) in to_posix_thread() function
223 t = to_posix_thread(pthread_self()); in __z_pthread_cleanup_push()
240 t = to_posix_thread(pthread_self()); in __z_pthread_cleanup_pop()
628 t = to_posix_thread(pthread_self()); in pthread_setcancelstate()
667 t = to_posix_thread(pthread_self()); in pthread_setcanceltype()
693 t = to_posix_thread(pthread_self()); in pthread_testcancel()
724 t = to_posix_thread(pthread); in pthread_cancel()
766 t = to_posix_thread(pthread); in pthread_setschedparam()
837 t = to_posix_thread(pthread); in pthread_getschedparam()
895 self = to_posix_thread(pthread_self()); in pthread_exit()
[all …]
Dposix_internal.h100 struct posix_thread *to_posix_thread(pthread_t pth);
Dkey.c184 thread = to_posix_thread(pthread_self()); in pthread_setspecific()
262 thread = to_posix_thread(pthread_self()); in pthread_getspecific()