Home
last modified time | relevance | path

Searched defs:pthread_equal (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/arch/posix/include/
Dposix_cheats.h126 #define pthread_equal(...) zap_pthread_equal(__VA_ARGS__) macro
/Zephyr-latest/lib/posix/options/
Dpthread.c188 int pthread_equal(pthread_t pt1, pthread_t pt2) in pthread_equal() function