3 programs for "mutex" with 2 filters applied:

  • The CalAmp Telematics Cloud is a dependable secure platform that is the solid foundation for your telematics needs. Icon
    Optimize Your Fleet Management. Track All Your Assets. Seamlessly Leverage IoT Data Into Your Processes.
  • Insurance Agency Management System Icon
    Insurance Agency Management System

    Jenesis Agency Management System works best for independent insurance companies that focus on personal and commercial lines.

    Jenesis Agency Management System is purpose-built to help insurance agents seamlessly manage existing clients, market to potential prospects, improve business efficiency, and manage sales. Easy to use and affordable, Jenesis Agency Management System offers a variety of features that include automated logins, ACORD forms, carrier downloads, credit card integration, quote control, receipts and payments, InstaCheck, and more. By leveraging Jenesis Agency Management System, you can maximize your time and grow your revenue stream.
  • 1

    libthreadar

    C++ library to manage threads and any type of exception between them

    Libthreadar is a C++ library providing an abstracted set of C++ *classes* to manipulate threads in a very simple and efficient way from your C++ code. It also handles exceptions thrown from a thread and propagated to another one, when the later is calling the thread::join() method. This let one manage exceptions as simply as it is in C++ single threaded context. Additionally, all the related objects around multi-threading (mutex, semaphore, ...) are provided, under easy to use and independent...
    Downloads: 52 This Week
    Last Update:
    See Project
  • 2

    debug_mutex

    c/c++ debug-mutex library

    A cross-platform implementation of a mutex, that automatically checks for everything, you might be doing wrong: - DeadLocks - Invalid mutex leave order - Thread Shutdown, while still holding mutex locks - Destroying a locked mutex - (Un)Locking a destroyed mutex - UnLocking an unlocked mutex - UnLocking an mutex locked by another thread - Locking a non-recursive, locked mutex - Not destroying all mutexes before application termination Every abnormal produces a console output with file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A set of C++ basic modules, which can be used for C++ Training or some small projects
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next