Home
last modified time | relevance | path

Searched refs:bsdlib_threadfunc (Results 1 – 3 of 3) sorted by last modified time

/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-fs/
H A Dbsdsocket_posix.cpp875 static void *bsdlib_threadfunc (void *arg) in bsdlib_threadfunc() function
1406 if (uae_start_thread ("bsdsocket", bsdlib_threadfunc, (void *)sb, &sb->thread) == BAD_THREAD) { in host_sbinit()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dbsdsocket-posix-new.c876 static void *bsdlib_threadfunc (void *arg) in bsdlib_threadfunc() function
1404 if (uae_start_thread ("bsdsocket", bsdlib_threadfunc, (void *)sb, &sb->thread) == BAD_THREAD) { in host_sbinit()
/dports/emulators/uae/uae-0.8.29/src/
H A Dbsdsocket-posix-new.c872 static void *bsdlib_threadfunc (void *arg) in bsdlib_threadfunc() function
1402 if (uae_start_thread (bsdlib_threadfunc, (void *)sb, &sb->thread)) { in host_sbinit()