/Zephyr-latest/include/zephyr/posix/ |
D | pthread.h | 379 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 …]
|
D | posix_types.h | 102 typedef uint32_t pthread_t; typedef
|
/Zephyr-latest/tests/posix/common/src/ |
D | pthread.c | 190 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 …]
|
D | key.c | 80 pthread_t newthread[N_THR]; in ZTEST() 100 pthread_t newthread; in ZTEST() 167 pthread_t thread; in ZTEST()
|
D | mqueue.c | 75 pthread_t newthread[N_THR]; in ZTEST() 150 pthread_t sender = (pthread_t)val.sival_int; in notify_function_thread()
|
D | mutex.c | 49 pthread_t th; in test_mutex_common() 195 pthread_t th; in ZTEST()
|
D | pthread_attr.c | 39 pthread_t th; in create_thread_common_entry()
|
/Zephyr-latest/tests/posix/rwlocks/src/ |
D | main.c | 22 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/ |
D | pthread.c | 136 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 …]
|
D | posix_internal.h | 107 struct posix_thread *to_posix_thread(pthread_t pth);
|
D | Kconfig.deprecated | 37 int "Maximum number of pthread_t [DEPRECATED]" 169 bool "pthread_t support [DEPRECATED]"
|
D | timer.c | 28 pthread_t thread;
|
D | mqueue.c | 469 pthread_t th; in send_message()
|
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/ |
D | context.hpp | 30 pthread_t server_thread;
|
/Zephyr-latest/samples/posix/env/src/ |
D | main.c | 65 pthread_t th; in main()
|
/Zephyr-latest/scripts/native_simulator/common/src/ |
D | nce.c | 178 pthread_t sw_thread = pthread_self(); in sw_wrapper() 207 pthread_t sw_thread; in nce_boot_cpu()
|
D | nct.c | 101 pthread_t thread; /* Actual pthread_t as returned by the native kernel */
|
/Zephyr-latest/tests/posix/semaphores/src/ |
D | main.c | 26 pthread_t thread1, thread2; in semaphore_test() 147 pthread_t thread1, thread2; in ZTEST()
|
/Zephyr-latest/samples/posix/philosophers/src/ |
D | main.c | 36 static pthread_t threads[NUM_PHIL];
|
/Zephyr-latest/tests/benchmarks/posix/threads/src/ |
D | main.c | 166 static pthread_t pthreads[NUM_CPUS];
|
/Zephyr-latest/samples/net/sockets/socketpair/src/ |
D | main.c | 24 pthread_t thread;
|
/Zephyr-latest/tests/posix/signals/src/ |
D | main.c | 302 pthread_t th; in ZTEST() 316 pthread_t th; in ZTEST()
|
/Zephyr-latest/tests/posix/xsi_threads_ext/src/ |
D | main.c | 41 pthread_t th; in create_thread_common_entry()
|
/Zephyr-latest/subsys/fs/ |
D | fuse_fs_access.c | 42 static pthread_t fuse_thread;
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 2421 * Abstract ``pthread_t``, ``pthread_key_t``, ``pthread_cond_t``,
|