Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dpthread.c145 struct posix_thread *to_posix_thread(pthread_t pthread) in to_posix_thread() function
213 t = to_posix_thread(pthread_self()); in __z_pthread_cleanup_push()
230 t = to_posix_thread(pthread_self()); in __z_pthread_cleanup_pop()
730 t = to_posix_thread(pthread_self()); in pthread_setcancelstate()
771 t = to_posix_thread(pthread_self()); in pthread_setcanceltype()
799 t = to_posix_thread(pthread_self()); in pthread_testcancel()
830 t = to_posix_thread(pthread); in pthread_cancel()
873 t = to_posix_thread(pthread); in pthread_setschedparam()
914 t = to_posix_thread(thread); in pthread_setschedprio()
988 t = to_posix_thread(pthread); in pthread_getschedparam()
[all …]
Dposix_internal.h107 struct posix_thread *to_posix_thread(pthread_t pth);
Dkey.c176 thread = to_posix_thread(pthread_self()); in pthread_setspecific()
251 thread = to_posix_thread(pthread_self()); in pthread_getspecific()