Home
last modified time | relevance | path

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

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dsysthread.h92 typedef void *(thread_creation_function) (void *); typedef
108 thread_creation_function *, void *);
H A Dsysthread.c94 sys_thread_create (sys_thread_t *t, thread_creation_function *func, void *datum) in sys_thread_create()
236 sys_thread_create (sys_thread_t *thread_ptr, thread_creation_function *func, in sys_thread_create()
475 static thread_creation_function *thread_start_address;
493 sys_thread_create (sys_thread_t *thread_ptr, thread_creation_function *func, in sys_thread_create()
/dports/editors/emacs/emacs-27.2/src/
H A Dsysthread.h98 typedef void *(thread_creation_function) (void *); typedef
115 extern bool sys_thread_create (sys_thread_t *, thread_creation_function *,
H A Dsysthread.c90 sys_thread_create (sys_thread_t *t, thread_creation_function *func, void *datum) in sys_thread_create()
228 sys_thread_create (sys_thread_t *thread_ptr, thread_creation_function *func, in sys_thread_create()
467 static thread_creation_function *thread_start_address;
485 sys_thread_create (sys_thread_t *thread_ptr, thread_creation_function *func, in sys_thread_create()