#pthread — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #pthread, aggregated by home.social.
-
🚀 Novo no blog: Enviando sinais para threads ou processos no POSIX
Exploro como enviar sinais em POSIX: uso de pthread_kill() para verificar se uma thread está “viva” (com sig = 0) ou para enviar sinais efetivamente; e alternativa mais rica com pthread_sigqueue(), que permite anexar dados ao sinal como sigqueue(), mas direcionado a threads, não ao processo. Leia mais: https://danieltak.com.br/posts/os/enviar-sinal-pthread/
#POSIX #pthread #Signals #Linux #Programacao #Dev #danieltak
-
Los mutex permiten solucionar el problema de las race condition en programación concurrente. En este articulo te explico como usarlos correctamente.
-
Now that I'm several days into removing pthread from Darknet/YOLO I can finally comment on the image data loading process.
Both how it is currently implemented, and what I'm doing to change it.
A short thread into one of the "darker" portions of the Darknet/YOLO codebase...
🧵 1/8
-
Now that I'm several days into removing pthread from Darknet/YOLO I can finally comment on the image data loading process.
Both how it is currently implemented, and what I'm doing to change it.
A short thread into one of the "darker" portions of the Darknet/YOLO codebase...
🧵 1/8
-
Now that I'm several days into removing pthread from Darknet/YOLO I can finally comment on the image data loading process.
Both how it is currently implemented, and what I'm doing to change it.
A short thread into one of the "darker" portions of the Darknet/YOLO codebase...
🧵 1/8
-
Pigz - Compress And Decompress Files In Parallel In Linux #pigz #gzip #zlib #pthread #compress #decompress #opensource #cli #Linux
https://www.ostechnix.com/pigz-compress-and-decompress-files-in-parallel-in-linux/