Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dtss_set.c22 int tssfunc(void *arg) in tssfunc() function
59 result = thrd_create(&id, tssfunc, NULL); in tss_set_0100()