Home
last modified time | relevance | path

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

/third_party/FreeBSD/lib/libc/include/
Dnamespace.h143 #define pthread_getthreadid_np _pthread_getthreadid_np macro
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4193 pub fn pthread_getthreadid_np() -> ::c_int; in pthread_getthreadid_np() function