Skip to main content
Ctrl+K
Carbonite SDK - Home

Carbonite SDK

  • gitlab
  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch
Carbonite SDK - Home

Carbonite SDK

  • gitlab
  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch

Table of Contents

  • Carbonite SDK API
  • tasking
  • Mutex

Mutex#

Fully qualified name: carb::tasking::Mutex

Defined in carb/tasking/TaskingTypes.h

class Mutex#

A fiber-aware mutex: a synchronization primitive for mutual exclusion.

Only one thread/fiber can “own” the mutex at a time.

See also

ITasking::createMutex(), ITasking::destroyMutex(), ITasking::lockMutex(), ITasking::timedLockMutex(), ITasking::unlockMutex(), ITasking::createRecursiveMutex()

Note

Prefer using MutexWrapper.

previous

JobFn

next

MutexWrapper

On this page
  • Mutex
NVIDIA NVIDIA

Copyright © 2018-2025, NVIDIA Corporation.

Last updated on Apr 22, 2025.