Home
last modified time | relevance | path

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

/third_party/musl/ndk_musl_include/
Dthreads.h55 #define thrd_equal(A, B) ((A) == (B)) macro
/third_party/musl/include/
Dthreads.h55 #define thrd_equal(A, B) ((A) == (B)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dthreads.h55 #define thrd_equal(A, B) ((A) == (B)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dthreads.h55 #define thrd_equal(A, B) ((A) == (B)) macro
/third_party/mesa3d/include/c11/
Dthreads_posix.h312 thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal() function
Dthreads_win32.h421 thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal() function
/third_party/flutter/glfw/deps/
Dtinycthread.c409 int thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal() function