Home
last modified time | relevance | path

Searched defs:thr (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.7.0/lib/libc/common/source/thrd/
Dthrd.c19 int thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
62 int thrd_detach(thrd_t thr) in thrd_detach()
72 int thrd_join(thrd_t thr, int *res) in thrd_join()
/Zephyr-Core-3.7.0/samples/sensor/ccs811/src/
Dmain.c150 struct sensor_value thr = { in main() local
159 struct sensor_value thr = { in main() local
/Zephyr-Core-3.7.0/tests/kernel/smp_boot_delay/src/
Dmain.c87 k_tid_t thr; in ZTEST() local
/Zephyr-Core-3.7.0/drivers/sensor/ams/ccs811/
Dccs811_trigger.c19 const struct sensor_value *thr) in ccs811_attr_set()
/Zephyr-Core-3.7.0/tests/lib/c_lib/thrd/src/
Dthrd.c15 static thrd_t thr; variable
/Zephyr-Core-3.7.0/drivers/sensor/maxim/ds18b20/
Dds18b20.c302 enum sensor_attribute attr, const struct sensor_value *thr) in ds18b20_attr_set()
/Zephyr-Core-3.7.0/drivers/serial/
Duart_lpc11u6x.h99 volatile uint32_t thr; /* TX buffer (WO) */ member