Searched defs:thr (Results 1 – 7 of 7) sorted by relevance
19 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()
150 struct sensor_value thr = { in main() local159 struct sensor_value thr = { in main() local
87 k_tid_t thr; in ZTEST() local
19 const struct sensor_value *thr) in ccs811_attr_set()
15 static thrd_t thr; variable
302 enum sensor_attribute attr, const struct sensor_value *thr) in ds18b20_attr_set()
99 volatile uint32_t thr; /* TX buffer (WO) */ member