xref: /llvm-project-15.0.7/libc/src/__support/threads/linux/CMakeLists.txt (revision d3cbcc4e)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_header_library(
2  futex_word_type
3  HDRS
4    futex_word.h
5)
6
7if(NOT TARGET libc.src.__support.OSUtil.osutil)
8  return()
9endif()
10
11add_header_library(
12  mutex
13  HDRS
14    mutex.h
15  DEPENDS
16    .futex_word_type
17    libc.include.sys_syscall
18    libc.src.__support.CPP.atomic
19    libc.src.__support.OSUtil.osutil
20    libc.src.__support.threads.mutex_common
21)
22
23add_header_library(
24  thread
25  HDRS
26    thread.h
27  DEPENDS
28    .futex_word_type
29    libc.include.sys_syscall
30    libc.src.__support.CPP.atomic
31    libc.src.__support.CPP.error
32    libc.src.__support.threads.thread_attrib
33)
34

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026