Giter VIP home page Giter VIP logo

c11emu's Introduction

C11emu is an emulation layer/library for the C11 (C 2011) Concurrency Support Library which has been slow to be implemented on many systems.

It provides functions like the tss_create() family of thread-local storage routines.

The code is based on @yohhoy's pure headerfile implementation as it was included in the Mesa project: see https://gist.github.com/yohhoy/2223710

These headers are installed under $prefix/include/c11emu/header_only. Projects that include, for instance, thread.h and use the functions declared therein in a single or small number of source files can use CFLAGS += -I/path/to/include/c11emu/header_only if the system doesn't provide the thread.h headerfile itself.

Recent versions of Mesa have moved from a pure headerfile implementation to one using a library. This approach is more suitable for projects where the provided functions are called from multiple source files. It will be added in an upcoming version.

The original implementation by @yohhoy was covered by the Boost (Permissive) license; the library re-implementation by Mesa's usual MIT license.

c11emu's People

Contributors

rjvb avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.