File: condition-variable.md

package info (click to toggle)
bordeaux-threads 0.9.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 672 kB
  • sloc: lisp: 4,765; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
date: 2022-01-07T08:00:00Z
title: Class CONDITION-VARIABLE
weight: 1
---

#### Class precedence list:

Implementation-defined.

#### Description:

This class represents condition variables.

#### See also:

[**make-condition-variable**](../make-condition-variable)

#### Notes:

On some implementations the library exposes the native type directly,
while on others there is a custom implementations using semaphores and
locks.