Home
last modified time | relevance | path

Searched refs:thrd_t (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/lib/libc/common/source/thrd/
Dthrd.c19 int thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
35 int thrd_equal(thrd_t lhs, thrd_t rhs) in thrd_equal()
40 thrd_t thrd_current(void) in thrd_current()
62 int thrd_detach(thrd_t thr) in thrd_detach()
72 int thrd_join(thrd_t thr, int *res) in thrd_join()
/Zephyr-latest/lib/libc/common/include/
Dthreads.h34 int thrd_create(thrd_t *thr, thrd_start_t func, void *arg);
35 int thrd_equal(thrd_t lhs, thrd_t rhs);
36 thrd_t thrd_current(void);
40 int thrd_detach(thrd_t thr);
41 int thrd_join(thrd_t thr, int *res);
/Zephyr-latest/lib/libc/common/include/machine/
D_threads.h18 typedef int thrd_t; typedef
/Zephyr-latest/tests/lib/c_lib/thrd/src/
Dtss.c19 static thrd_t thread1;
20 static thrd_t thread2;
Dthrd.c15 static thrd_t thr;
111 static thrd_t child;
112 static thrd_t parent;
Dcnd.c24 thrd_t thrd1;
25 thrd_t thrd2;
Dmtx.c23 static thrd_t th;