Home
last modified time | relevance | path

Searched refs:find_thread (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
Dthreads.c245 tok->tid = find_thread(NULL); in xmlMutexLock()
267 if (tok->tid == find_thread(NULL)) { in xmlMutexUnlock()
371 if (tok->lock->tid == find_thread(NULL)) { in xmlRMutexLock()
410 if (tok->lock->tid == find_thread(NULL)) { in xmlRMutexUnlock()
779 return find_thread(NULL); in xmlGetThreadId()
815 return (mainthread == find_thread(NULL)); in xmlIsMainThread()
978 mainthread = find_thread(NULL); in xmlOnceInit()
/external/python/cpython2/Python/
Dthread_beos.h142 tid = find_thread( NULL ); in PyThread_get_thread_ident()
/external/mesa3d/src/util/
Du_thread.h115 rename_thread(find_thread(NULL), name); in u_thread_setname()
/external/rust/crates/libc/src/unix/haiku/
Dnative.rs745 pub fn find_thread(name: *const ::c_char) -> thread_id; in find_thread() function