Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/include/
Dthread_private.h82 struct thread_callbacks { struct
114 void _thread_set_callbacks(const struct thread_callbacks *_cb, size_t _len); argument
120 extern struct thread_callbacks _thread_cb;
/openbsd/src/lib/libc/gen/
Derrno.c66 struct thread_callbacks _thread_cb =
/openbsd/src/lib/libc/thread/
Dcallbacks.c33 _thread_set_callbacks(const struct thread_callbacks *cb, size_t len) in _thread_set_callbacks()
/openbsd/src/lib/librthread/
Drthread.c210 struct thread_callbacks cb = { 0 }; in _rthread_init()