Home
last modified time | relevance | path

Searched refs:sys_thread_create (Results 1 – 22 of 22) sorted by relevance

/dports/editors/emacs/emacs-27.2/src/
H A Dsysthread.c90 sys_thread_create (sys_thread_t *t, thread_creation_function *func, void *datum) in sys_thread_create() function
228 sys_thread_create (sys_thread_t *thread_ptr, thread_creation_function *func, in sys_thread_create() function
485 sys_thread_create (sys_thread_t *thread_ptr, thread_creation_function *func, in sys_thread_create() function
H A Dsysthread.h115 extern bool sys_thread_create (sys_thread_t *, thread_creation_function *,
H A Dthread.c838 if (! sys_thread_create (&thr, run_thread, new_thread))
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dsysthread.c94 sys_thread_create (sys_thread_t *t, thread_creation_function *func, void *datum) in sys_thread_create() function
236 sys_thread_create (sys_thread_t *thread_ptr, thread_creation_function *func, in sys_thread_create() function
493 sys_thread_create (sys_thread_t *thread_ptr, thread_creation_function *func, in sys_thread_create() function
H A Dsysthread.h107 NODISCARD extern bool sys_thread_create (sys_thread_t *,
H A Dthread.c868 if (! sys_thread_create (&thr, run_thread, new_thread))
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/syscall/
H A Dtables_nacl.go58 sys_thread_create = 80 const
/dports/devel/tinygo/tinygo-0.14.1/src/syscall/
H A Dtables_baremetal.go60 sys_thread_create = 80 const
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/syscall/
H A Dtables_js.go67 sys_thread_create = 80 const
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/syscall/
H A Dtables_js.go66 sys_thread_create = 80 const
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/syscall/
H A Dtables_js.go66 sys_thread_create = 80 const
/dports/lang/gcc10/gcc-10.3.0/libgo/go/syscall/
H A Dtables_js.go66 sys_thread_create = 80 const
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/syscall/
H A Dtables_js.go66 sys_thread_create = 80 const
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/syscall/
H A Dtables_nacljs.go62 sys_thread_create = 80 const
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/syscall/
H A Dtables_js.go66 sys_thread_create = 80 const
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/syscall/
H A Dtables_js.go66 sys_thread_create = 80 const
/dports/lang/gcc11/gcc-11.2.0/libgo/go/syscall/
H A Dtables_js.go66 sys_thread_create = 80 const
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/syscall/
H A Dtables_js.go66 sys_thread_create = 80 const
/dports/lang/gcc9/gcc-9.4.0/libgo/go/syscall/
H A Dtables_nacljs.go62 sys_thread_create = 80 const
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/syscall/
H A Dtables_nacljs.go62 sys_thread_create = 80 const
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.36816 * src/systhread.c (sys_thread_create) [!THREADS_ENABLED]: Update
6868 (sys_thread_create): Remove name argument and name-setting.
6870 * src/systhread.h (sys_thread_create, sys_thread_set_name):
6873 (Fmake_thread): Adapt call to sys_thread_create.
6931 (sys_thread_create) [HAVE_PTHREAD_SETNAME_NP]: Use pthread_setname_np
64134 * src/systhread.c (sys_thread_create): Change return type to bool.
70847 * src/systhread.c (sys_thread_create) [THREADS_ENABLED && HAVE_PTHREAD]:
86604 * src/systhread.c (sys_thread_create)
121756 (sys_thread_create): Return zero if unsuccessful, 1 if successful.
121771 (sys_thread_create, sys_thread_yield) [WINDOWSNT]: New functions.
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.395397 * src/systhread.c (sys_thread_create) [!THREADS_ENABLED]: Update
95449 (sys_thread_create): Remove name argument and name-setting.
95451 * src/systhread.h (sys_thread_create, sys_thread_set_name):
95454 (Fmake_thread): Adapt call to sys_thread_create.
95512 (sys_thread_create) [HAVE_PTHREAD_SETNAME_NP]: Use pthread_setname_np
152714 * src/systhread.c (sys_thread_create): Change return type to bool.
159427 * src/systhread.c (sys_thread_create) [THREADS_ENABLED && HAVE_PTHREAD]:
175184 * src/systhread.c (sys_thread_create)
210336 (sys_thread_create): Return zero if unsuccessful, 1 if successful.
210351 (sys_thread_create, sys_thread_yield) [WINDOWSNT]: New functions.