23 lines
376 B
Python
23 lines
376 B
Python
"""
|
|
Auto-generated Python stub file from main.py
|
|
Module: main
|
|
"""
|
|
|
|
|
|
import t, c
|
|
import stdio
|
|
import testcheck
|
|
import atom
|
|
|
|
def test_atomic_test_and_set() -> t.CInt: pass
|
|
|
|
def test_atomic_clear() -> t.CInt: pass
|
|
|
|
def test_atomic_thread_fence() -> t.CInt: pass
|
|
|
|
def test_atomic_lock_free() -> t.CInt: pass
|
|
|
|
def test_atomic_spinlock() -> t.CInt: pass
|
|
|
|
def main() -> t.CInt: pass
|