Home
last modified time | relevance | path

Searched refs:TSS_SET_VALUE (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dtss_set.c19 #define TSS_SET_VALUE (void *)0xFF macro
29 ret = tss_set(key, TSS_SET_VALUE); in tssfunc()
37 if (value != TSS_SET_VALUE) { in tssfunc()
38 t_error("%s tss_get return val is %p, expect %p", __func__, value, TSS_SET_VALUE); in tssfunc()

Completed in 1 milliseconds