Searched refs:pthread_key_create (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/posix/common/src/ |
D | key.c | 53 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/ |
D | tss.c | 15 switch (pthread_key_create(key, destructor)) { in tss_create()
|
/Zephyr-latest/tests/posix/headers/src/ |
D | pthread_h.c | 112 zassert_not_null(pthread_key_create); in ZTEST()
|
/Zephyr-latest/lib/posix/options/ |
D | key.c | 100 int pthread_key_create(pthread_key_t *key, in pthread_key_create() function
|
/Zephyr-latest/arch/posix/include/ |
D | posix_cheats.h | 191 #define pthread_key_create(...) zap_pthread_key_create(__VA_ARGS__) macro
|
/Zephyr-latest/include/zephyr/posix/ |
D | pthread.h | 459 int pthread_key_create(pthread_key_t *key,
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 589 pthread_key_create(),yes
|