Home
last modified time | relevance | path

Searched refs:pthread_key_create (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/posix/common/src/
Dkey.c53 zassert_ok(pthread_key_create(&key, NULL), "insufficient memory to create key"); in make_key()
59 zassert_ok(pthread_key_create(&keys[i], NULL), in make_keys()
121 zassert_ok(pthread_key_create(&key, NULL), "failed to create key %zu", i); in ZTEST()
133 zassert_ok(pthread_key_create(&keys[i], NULL), "failed to create key %zu", i); in ZTEST()
138 zassert_ok(pthread_key_create(&keys[j], NULL), "failed to create key %zu", j); in ZTEST()
155 zassert_ok(pthread_key_create(&key, NULL), "failed to create key"); in setspecific_thread()
/Zephyr-latest/lib/libc/common/source/thrd/
Dtss.c15 switch (pthread_key_create(key, destructor)) { in tss_create()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c112 zassert_not_null(pthread_key_create); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dkey.c100 int pthread_key_create(pthread_key_t *key, in pthread_key_create() function
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h191 #define pthread_key_create(...) zap_pthread_key_create(__VA_ARGS__) macro
/Zephyr-latest/include/zephyr/posix/
Dpthread.h459 int pthread_key_create(pthread_key_t *key,
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst589 pthread_key_create(),yes