Home
last modified time | relevance | path

Searched refs:pthread_t (Results 1 – 25 of 25) sorted by relevance

/Zephyr-latest/include/zephyr/posix/
Dpthread.h379 pthread_t pthread_self(void);
386 int pthread_equal(pthread_t pt1, pthread_t pt2);
418 int pthread_getschedparam(pthread_t pthread, int *policy,
432 int pthread_timedjoin_np(pthread_t thread, void **status, const struct timespec *abstime);
433 int pthread_tryjoin_np(pthread_t thread, void **status);
434 int pthread_join(pthread_t thread, void **status);
435 int pthread_cancel(pthread_t pthread);
436 int pthread_detach(pthread_t thread);
437 int pthread_create(pthread_t *newthread, const pthread_attr_t *attr,
444 int pthread_setschedparam(pthread_t pthread, int policy,
[all …]
Dposix_types.h102 typedef uint32_t pthread_t; typedef
/Zephyr-latest/tests/posix/common/src/
Dpthread.c190 pthread_t self; in thread_top_term()
264 pthread_t newthread[N_THR_E]; in ZTEST()
355 pthread_t newthread[N_THR_T] = {0}; in ZTEST()
384 pthread_t th = {0}; in ZTEST()
404 pthread_t th = {0}; in ZTEST()
453 pthread_t pthread1; in ZTEST()
517 zassert_false(pthread_equal(pthread_self(), (pthread_t)4242)); in ZTEST()
544 pthread_t th; in ZTEST()
582 pthread_t th; in ZTEST()
595 pthread_t self = pthread_self(); in test_pthread_setschedprio_fn()
[all …]
Dkey.c80 pthread_t newthread[N_THR]; in ZTEST()
100 pthread_t newthread; in ZTEST()
167 pthread_t thread; in ZTEST()
Dmqueue.c75 pthread_t newthread[N_THR]; in ZTEST()
150 pthread_t sender = (pthread_t)val.sival_int; in notify_function_thread()
Dmutex.c49 pthread_t th; in test_mutex_common()
195 pthread_t th; in ZTEST()
Dpthread_attr.c39 pthread_t th; in create_thread_common_entry()
/Zephyr-latest/tests/posix/rwlocks/src/
Dmain.c22 pthread_t id; in thread_top()
24 id = (pthread_t)pthread_self(); in thread_top()
53 pthread_t newthread[N_THR]; in ZTEST()
/Zephyr-latest/lib/posix/options/
Dpthread.c136 static inline size_t get_posix_thread_idx(pthread_t pth) in get_posix_thread_idx()
141 struct posix_thread *to_posix_thread(pthread_t pthread) in to_posix_thread()
177 pthread_t pthread_self(void) in pthread_self()
188 int pthread_equal(pthread_t pt1, pthread_t pt2) in pthread_equal()
584 int pthread_create(pthread_t *th, const pthread_attr_t *_attr, void *(*threadroutine)(void *), in pthread_create()
818 int pthread_cancel(pthread_t pthread) in pthread_cancel()
857 int pthread_setschedparam(pthread_t pthread, int policy, const struct sched_param *param) in pthread_setschedparam()
891 int pthread_setschedprio(pthread_t thread, int prio) in pthread_setschedprio()
974 int pthread_getschedparam(pthread_t pthread, int *policy, struct sched_param *param) in pthread_getschedparam()
1065 static int pthread_timedjoin_internal(pthread_t pthread, void **status, k_timeout_t timeout) in pthread_timedjoin_internal()
[all …]
Dposix_internal.h107 struct posix_thread *to_posix_thread(pthread_t pth);
DKconfig.deprecated37 int "Maximum number of pthread_t [DEPRECATED]"
169 bool "pthread_t support [DEPRECATED]"
Dtimer.c28 pthread_t thread;
Dmqueue.c469 pthread_t th; in send_message()
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dcontext.hpp30 pthread_t server_thread;
/Zephyr-latest/samples/posix/env/src/
Dmain.c65 pthread_t th; in main()
/Zephyr-latest/scripts/native_simulator/common/src/
Dnce.c178 pthread_t sw_thread = pthread_self(); in sw_wrapper()
207 pthread_t sw_thread; in nce_boot_cpu()
Dnct.c101 pthread_t thread; /* Actual pthread_t as returned by the native kernel */
/Zephyr-latest/tests/posix/semaphores/src/
Dmain.c26 pthread_t thread1, thread2; in semaphore_test()
147 pthread_t thread1, thread2; in ZTEST()
/Zephyr-latest/samples/posix/philosophers/src/
Dmain.c36 static pthread_t threads[NUM_PHIL];
/Zephyr-latest/tests/benchmarks/posix/threads/src/
Dmain.c166 static pthread_t pthreads[NUM_CPUS];
/Zephyr-latest/samples/net/sockets/socketpair/src/
Dmain.c24 pthread_t thread;
/Zephyr-latest/tests/posix/signals/src/
Dmain.c302 pthread_t th; in ZTEST()
316 pthread_t th; in ZTEST()
/Zephyr-latest/tests/posix/xsi_threads_ext/src/
Dmain.c41 pthread_t th; in create_thread_common_entry()
/Zephyr-latest/subsys/fs/
Dfuse_fs_access.c42 static pthread_t fuse_thread;
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst2421 * Abstract ``pthread_t``, ``pthread_key_t``, ``pthread_cond_t``,