Warning, /testsuites/sptests/spstdthreads01/spstdthreads01.doc is written in an unsupported language. File is not indexed.
0001 This file describes the directives and concepts tested by this test set.
0002
0003 test set name: spstdthreads01
0004
0005 directives:
0006
0007 - call_once()
0008 - cnd_broadcast()
0009 - cnd_destroy()
0010 - cnd_init()
0011 - cnd_signal()
0012 - cnd_timedwait()
0013 - cnd_wait()
0014 - mtx_destroy()
0015 - mtx_init()
0016 - mtx_lock()
0017 - mtx_timedlock()
0018 - mtx_trylock()
0019 - mtx_unlock()
0020 - thrd_create()
0021 - thrd_current()
0022 - thrd_detach()
0023 - thrd_equal()
0024 - thrd_exit()
0025 - thrd_join()
0026 - thrd_sleep()
0027 - thrd_yield()
0028 - tss_create()
0029 - tss_delete()
0030 - tss_get()
0031 - tss_set()
0032
0033 concepts:
0034
0035 - Ensure that the C11 threads API works.