Home
last modified time | relevance | path

Searched refs:thrd_error (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/processor-trace/include/posix/
H A Dthreads.h49 thrd_error enumerator
89 return thrd_error; in thrd_create()
93 return thrd_error; in thrd_create()
101 return thrd_error; in thrd_create()
113 return thrd_error; in thrd_join()
117 return thrd_error; in thrd_join()
140 return thrd_error; in mtx_init()
144 return thrd_error; in mtx_init()
160 return thrd_error; in mtx_lock()
164 return thrd_error; in mtx_lock()
[all …]
/freebsd/contrib/processor-trace/include/windows/
H A Dthreads.h43 thrd_error enumerator
84 return thrd_error; in thrd_create()
88 return thrd_error; in thrd_create()
96 return thrd_error; in thrd_create()
109 return thrd_error; in thrd_join()
113 return thrd_error; in thrd_join()
121 return thrd_error; in thrd_join()
129 return thrd_error; in thrd_join()
146 return thrd_error; in mtx_init()
162 return thrd_error; in mtx_lock()
[all …]
/freebsd/lib/libstdthreads/
H A Dmtx.c58 return (thrd_error); in mtx_init()
62 return (thrd_error); in mtx_init()
66 res = thrd_error; in mtx_init()
76 return (thrd_error); in mtx_lock()
90 return (thrd_error); in mtx_timedlock()
104 return (thrd_error); in mtx_trylock()
113 return (thrd_error); in mtx_unlock()
H A Dcnd.c40 return (thrd_error); in cnd_broadcast()
61 return (thrd_error); in cnd_init()
70 return (thrd_error); in cnd_signal()
85 return (thrd_error); in cnd_timedwait()
94 return (thrd_error); in cnd_wait()
H A Dthrd.c67 return (thrd_error); in thrd_create()
84 return (thrd_error); in thrd_detach()
108 return (thrd_error); in thrd_join()
H A Dtss.c39 return (thrd_error); in tss_create()
62 return (thrd_error); in tss_set()
H A Dthreads.h64 thrd_error = 2, enumerator
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc806 SYMBOL(thrd_error, None, <threads.h>)