Home
last modified time | relevance | path

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

/third_party/ulib/musl/pthread/
A Dpthread_equal.c9 weak_alias(__pthread_equal, pthread_equal);
/third_party/ulib/musl/include/
A Dpthread.h83 int pthread_equal(pthread_t, pthread_t);
85 #define pthread_equal(x, y) ((x) == (y)) macro
/third_party/ulib/musl/
A Dmusl-rules.mk73 $(LOCAL_DIR)/pthread/pthread_equal.c \

Completed in 4 milliseconds