pthread

There are 297 repositories under pthread topic.

  • praktikum-cpp-base-image

    Language:Dockerfile2
  • Linux-.github.io

    Linux系统编程【文件IO、进程、进程间通信、信号、多线程、互斥】:个人源码+个人笔记

    Language:C4
  • remote-file-transfer

    Multi-threaded file transferring app, based on the client-server model

    Language:C++4
  • sudoku-verifier

    Small program in c that verifies whether a given 9x9 sudoku is solved or not, using 27 threads (each for a sudoku line/block to be checked), and joins them at the end to return True/False.

    Language:C4
  • so-tp-2020-2c-pedidOS-ya

    Un TP de Sistemas Operativos que fue presentado habiendo dormido la noche anterior... a la segunda entrega

    Language:C4
  • 2020_Fall_PP

    NCTU Parallel Programming

    Language:C++4
  • pymutex

    POSIX's robust mutexes in Python that can be shared across processes.

    Language:Python4
  • libcutils

    common c utils. include posix thread/semaphore style on windows

    Language:C4
  • Tomasulo_simulator

    A MIPS CPU simulator for Tomasulo algorithm (pthread implementation)

    Language:C++4
  • libpthread-scala-native

    POC for pthread-based Scala Native threads

    Language:Scala4
  • LinkedLists-in-C

    Serial LinkedList & Parallel Programs using the Pthread library

    Language:C4
  • Matrix-Multiplication

    Implement of a multi-threaded matrix multiplication program with 3 methods: a thread per matrix, a thread per row, a thread per element.

    Language:C3
  • SO

    SO - Sistemi Operativi presso l'Università degli Studi di Parma (9 CFU).

    Language:C3
  • stlc

    Standard Template Library for C.

    Language:C3
  • Plazza

    {Epitech} 2nd year project - Plazza

    Language:C++3
  • server-client-example-sys-socket.h

    A TCP server/client example using sys/socket.h

    Language:C3
  • mpich-playground

    📨 Several problems and their solutions in distributed systems area, solved using MPI

    Language:C3
  • EE451FinalProject

    Parallel Implementation of Lempel-Ziv-Welch Algorithm

    Language:C++3
  • Kotlin-Native-iOS-ConsoleAsync

    Kotlin native ios experimental

    Language:Swift3
  • hiruko

    Threads vs Python's Global Interpreter Lock

    Language:Python3
  • pthreads-w32

    mirror of latest pthreads-w32. https://sourceware.org/pthreads-win32

    Language:C3
  • item-count-capture

    Uma aplicação que realizar a contagem e pesagem de itens em esteiras utilizando os conceitos de IPC, threads, pipes, concorrência e paralelismo.

    Language:C2
  • ParallelImageConvolution

    利用几个常见的并行编程框架实现BMP图像的并行卷积。

    Language:C2
  • cMergeSortParallel

    Sequential and parallel merge sort algorithm implemented in C using OpenMP

    Language:C2
  • moving-threads

    UFMG - Fundamentos de Sistemas Paralelos e Distribuidos - TP 1

    Language:C2
  • Parallel-Programming-NCTU

    🛠️ 2022 Autumn NCTU CS Paralell-Programming

    Language:C++2
  • ub-server

    HTTP 1.1 server with epoll and pthread, written in C

    Language:C2
  • PedestrianSimulation

    This repo is for the assignments of Low-Level Parallel Programming (1DL550) at Uppsala University. The original repo: https://github.com/iamchanghyunpark/1DL550_Assignment.

    Language:C++2
  • L3T2

    Offline collection of BUET CSE L3/T2 Term

    Language:C++2
  • AES128_C-POSIX

    AES-128 implementation in C/POSIX, multi-threaded using <pthread.h>. Still learning, looking for your feedbacks.

    Language:C2
  • Ppool

    基于pthread的线程池库

    Language:C2
  • go-pthreads

    POSIX Threads (pthreads) bindings in Go

    Language:Go2
  • parallel

    HKUST COMP 5112 Parallel Programming Assignment Repository

    Language:C++2
  • DEUCHAT

    Chat application written in C.

    Language:C2
  • Parallel-and-Distributed-Computing

    Implementation of different programming models - CUDA, PRAM, Shared memory, Message Passing for different algorithms

    Language:C++2