Home
last modified time | relevance | path

Searched defs:thrd_equal (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/include/
Dthreads.h55 #define thrd_equal(A, B) ((A) == (B)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dthreads.h59 #define thrd_equal(A, B) ((A) == (B)) macro
/third_party/glfw/deps/
Dtinycthread.c409 int thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal() function