Searched refs:tss_t (Results 1 – 15 of 15) sorted by relevance
/third_party/musl/ndk_musl_include/ |
D | threads.h | 16 typedef unsigned tss_t; typedef 77 int tss_create(tss_t *, tss_dtor_t); 78 void tss_delete(tss_t); 80 int tss_set(tss_t, void *); 81 void *tss_get(tss_t);
|
/third_party/musl/include/ |
D | threads.h | 16 typedef unsigned tss_t; typedef 77 int tss_create(tss_t *, tss_dtor_t); 78 void tss_delete(tss_t); 80 int tss_set(tss_t, void *); 81 void *tss_get(tss_t);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | threads.h | 16 typedef unsigned tss_t; typedef 77 int tss_create(tss_t *, tss_dtor_t); 78 void tss_delete(tss_t); 80 int tss_set(tss_t, void *); 81 void *tss_get(tss_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | threads.h | 16 typedef unsigned tss_t; typedef 77 int tss_create(tss_t *, tss_dtor_t); 78 void tss_delete(tss_t); 80 int tss_set(tss_t, void *); 81 void *tss_get(tss_t);
|
/third_party/flutter/glfw/deps/ |
D | tinycthread.h | 394 typedef DWORD tss_t; typedef 396 typedef pthread_key_t tss_t; typedef 414 int tss_create(tss_t *key, tss_dtor_t dtor); 421 void tss_delete(tss_t key); 428 void *tss_get(tss_t key); 437 int tss_set(tss_t key, void *val);
|
D | tinycthread.c | 521 int tss_create(tss_t *key, tss_dtor_t dtor) in tss_create() 543 void tss_delete(tss_t key) in tss_delete() 552 void *tss_get(tss_t key) in tss_get() 561 int tss_set(tss_t key, void *val) in tss_set()
|
/third_party/mesa3d/include/c11/ |
D | threads_win32.h | 86 typedef DWORD tss_t; typedef 99 static inline void * tss_get(tss_t key); 158 tss_t key; 162 static int impl_tss_dtor_register(tss_t key, tss_dtor_t dtor) in impl_tss_dtor_register() 473 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create() 488 tss_delete(tss_t key) in tss_delete() 495 tss_get(tss_t key) in tss_get() 502 tss_set(tss_t key, void *val) in tss_set()
|
D | threads_posix.h | 67 typedef pthread_key_t tss_t; typedef 355 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create() 363 tss_delete(tss_t key) in tss_delete() 370 tss_get(tss_t key) in tss_get() 377 tss_set(tss_t key, void *val) in tss_set()
|
/third_party/mesa3d/src/mapi/ |
D | u_current.c | 114 tss_t u_current_table_tsd; 115 static tss_t u_current_context_tsd;
|
/third_party/musl/src/thread/ |
D | tss_delete.c | 4 void tss_delete(tss_t key) in tss_delete()
|
D | tss_create.c | 4 int tss_create(tss_t *tss, tss_dtor_t dtor) in tss_create()
|
D | tss_set.c | 4 int tss_set(tss_t k, void *x) in tss_set()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | tss_set.c | 20 static tss_t key;
|
/third_party/mesa3d/src/gallium/auxiliary/os/ |
D | os_thread.h | 121 tss_t key;
|
/third_party/mesa3d/src/egl/main/ |
D | eglcurrent.c | 46 static tss_t _egl_TSD;
|