318 results for “topic:pthread”
WebAssembly Micro Runtime (WAMR)
FFmpegCommand适用于Android的FFmpeg命令库,实现了对音视频相关的处理,能够快速的处理音视频,大概功能包括:音视频剪切,音视频转码,音视频解码原始数据,音视频编码,视频转图片或gif,视频添加水印,多画面拼接,音频混音,视频亮度和对比度,音频淡入和淡出效果等
从零开始实现一个聊天室客户端(用qt实现,在Windows和Linux环境下都行),和在Linux下实现服务器后台
Practical multithreading tutorials. Languages supported: C++, Java, C#, Python, Javascript/Nodejs.
A simple Cross-platform thread schedule and priority library for rust.
Simple chatroom in C
Simple dos attack utility
This is a cross-platform library software library about c, c ++, unix4, posix. Include gtest, benchmark, cmake, process lock, daemon, libuv, lua, cpython, re2, json, yaml, mysql, redis, opencv, qt, lz4, oci ... https://hub.docker.com/u/oudream
A multithreaded web crawler using two mechanism - single lock and thread safe data structures
Dynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks.
A C++ Version Multi-Person Chatroom in Linux
Fast User Level LOCK library
Repository for the lectures taught in the course named "Operating Systems Lab" at the University of Guilan, Department of Computer Engineering.
Bare-bones static HTTP server written in a single C file
A fast, small, efficient analog of GCD in Swift
C++ wrapper of the pthread library
A C implementation of the classic Dining Philosophers problem. A 42 school project exploring threading, mutexes, and semaphores to solve synchronization issues.
A fast, small, efficient pthreads based threadpool in c
A quick and dirty tls server experimentation
An example implementatation of synchronized queue for inter-process communication in shared memory
operating system experiment/NUAA os-exp
Utility to attempt to find the passphrase of a GPG secret key
parrots: A Simple HTTP Web Proxy
condition_variable implementation to fix monotonic_clock. This is header-only, dependency C++11 and POSIX library.
A collection of projects for the Operating Systems course at the University of Tehran, Fall 2023. Featuring a networked restaurant application in C, a utility bill calculator using MapReduce in C++, and an image processing suite with both serialized and parallelized versions in C++.
C++ TCP server and client on GNU/Linux
CSE 314 Operating System Sessional (L3/T2)
A naive bindings for pthread in Carp
Linux系统编程【文件IO、进程、进程间通信、信号、多线程、互斥】:个人源码+个人笔记
Yet another implementation of a "channel" construct for pthreads