Home
last modified time | relevance | path

Searched refs:sys_thread_t (Results 1 – 20 of 20) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dsysthread.h37 typedef pthread_t sys_thread_t; typedef
74 typedef unsigned long sys_thread_t; typedef
88 typedef int sys_thread_t; typedef
104 NODISCARD extern sys_thread_t sys_thread_self (void);
105 NODISCARD extern bool sys_thread_equal (sys_thread_t, sys_thread_t);
107 NODISCARD extern bool sys_thread_create (sys_thread_t *,
H A Dsysthread.c77 sys_thread_t
84 sys_thread_equal (sys_thread_t t, sys_thread_t u) in sys_thread_equal()
94 sys_thread_create (sys_thread_t *t, thread_creation_function *func, void *datum) in sys_thread_create()
198 sys_thread_t
205 sys_thread_equal (sys_thread_t t, sys_thread_t u) in sys_thread_equal()
236 sys_thread_create (sys_thread_t *thread_ptr, thread_creation_function *func, in sys_thread_create()
404 sys_thread_t
407 return (sys_thread_t) GetCurrentThreadId (); in sys_thread_self()
411 sys_thread_equal (sys_thread_t t, sys_thread_t u) in sys_thread_equal()
493 sys_thread_create (sys_thread_t *thread_ptr, thread_creation_function *func, in sys_thread_create()
H A Dthread.h161 sys_thread_t thread_id;
H A Dthread.c867 sys_thread_t thr;
/dports/editors/emacs/emacs-27.2/src/
H A Dsysthread.h43 typedef pthread_t sys_thread_t; typedef
80 typedef unsigned long sys_thread_t; typedef
94 typedef int sys_thread_t; typedef
110 extern sys_thread_t sys_thread_self (void)
112 extern bool sys_thread_equal (sys_thread_t, sys_thread_t)
115 extern bool sys_thread_create (sys_thread_t *, thread_creation_function *,
H A Dsysthread.c73 sys_thread_t
80 sys_thread_equal (sys_thread_t t, sys_thread_t u) in sys_thread_equal()
90 sys_thread_create (sys_thread_t *t, thread_creation_function *func, void *datum) in sys_thread_create()
194 sys_thread_t
201 sys_thread_equal (sys_thread_t t, sys_thread_t u) in sys_thread_equal()
228 sys_thread_create (sys_thread_t *thread_ptr, thread_creation_function *func, in sys_thread_create()
396 sys_thread_t
399 return (sys_thread_t) GetCurrentThreadId (); in sys_thread_self()
403 sys_thread_equal (sys_thread_t t, sys_thread_t u) in sys_thread_equal()
485 sys_thread_create (sys_thread_t *thread_ptr, thread_creation_function *func, in sys_thread_create()
H A Dthread.h161 sys_thread_t thread_id;
H A Dthread.c837 sys_thread_t thr;
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/include/netif/arch/
H A Dsys_arch.h53 typedef lwp_t* sys_thread_t; typedef
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/include/arch/
H A Dsys_arch.h11 typedef struct thread *sys_thread_t; typedef
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/include/lwip/
H A Dsys.h121 sys_thread_t sys_thread_new(void (* thread)(void *arg), void *arg, int prio);
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/arch/
H A Dsys_arch.c126 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn thread, in sys_thread_new()
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/
H A Dsys.h141 sys_thread_t sys_thread_new(char *name, void (* thread)(void *arg), void *arg, int stacksize, int p…
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/
H A Dsys.h141 sys_thread_t sys_thread_new(char *name, void (* thread)(void *arg), void *arg, int stacksize, int p…
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/octoclock/include/lwip/
H A Dsys.h139 sys_thread_t sys_thread_new(char *name, void (* thread)(void *arg), void *arg, int stacksize, int p…
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/include/lwip/
H A Dsys.h139 sys_thread_t sys_thread_new(char *name, void (* thread)(void *arg), void *arg, int stacksize, int p…
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/include/lwip/
H A Dsys.h139 sys_thread_t sys_thread_new(char *name, void (* thread)(void *arg), void *arg, int stacksize, int p…
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/include/lwip/
H A Dsys.h218 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stacksize, int …
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.3121766 (sys_cond_t, sys_thread_t) [WINDOWSNT]: New data types.
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.3210346 (sys_cond_t, sys_thread_t) [WINDOWSNT]: New data types.