Home
last modified time | relevance | path

Searched refs:ethr_tsd_key (Results 1 – 25 of 70) sorted by relevance

123

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/lib_src/win/
H A Dethread.c544 ethr_tsd_key_create(ethr_tsd_key *keyp, char *keyname) in ethr_tsd_key_create()
560 *keyp = (ethr_tsd_key) key; in ethr_tsd_key_create()
565 ethr_tsd_key_delete(ethr_tsd_key key) in ethr_tsd_key_delete()
579 ethr_tsd_set(ethr_tsd_key key, void *value) in ethr_tsd_set()
593 ethr_tsd_get(ethr_tsd_key key) in ethr_tsd_get()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/lib_src/win/
H A Dethread.c544 ethr_tsd_key_create(ethr_tsd_key *keyp, char *keyname) in ethr_tsd_key_create()
560 *keyp = (ethr_tsd_key) key; in ethr_tsd_key_create()
565 ethr_tsd_key_delete(ethr_tsd_key key) in ethr_tsd_key_delete()
579 ethr_tsd_set(ethr_tsd_key key, void *value) in ethr_tsd_set()
593 ethr_tsd_get(ethr_tsd_key key) in ethr_tsd_get()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/lib_src/win/
H A Dethread.c544 ethr_tsd_key_create(ethr_tsd_key *keyp, char *keyname) in ethr_tsd_key_create()
560 *keyp = (ethr_tsd_key) key; in ethr_tsd_key_create()
565 ethr_tsd_key_delete(ethr_tsd_key key) in ethr_tsd_key_delete()
579 ethr_tsd_set(ethr_tsd_key key, void *value) in ethr_tsd_set()
593 ethr_tsd_get(ethr_tsd_key key) in ethr_tsd_get()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/lib_src/win/
H A Dethread.c544 ethr_tsd_key_create(ethr_tsd_key *keyp, char *keyname) in ethr_tsd_key_create()
560 *keyp = (ethr_tsd_key) key; in ethr_tsd_key_create()
565 ethr_tsd_key_delete(ethr_tsd_key key) in ethr_tsd_key_delete()
579 ethr_tsd_set(ethr_tsd_key key, void *value) in ethr_tsd_set()
593 ethr_tsd_get(ethr_tsd_key key) in ethr_tsd_get()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/lib_src/win/
H A Dethread.c544 ethr_tsd_key_create(ethr_tsd_key *keyp, char *keyname) in ethr_tsd_key_create()
560 *keyp = (ethr_tsd_key) key; in ethr_tsd_key_create()
565 ethr_tsd_key_delete(ethr_tsd_key key) in ethr_tsd_key_delete()
579 ethr_tsd_set(ethr_tsd_key key, void *value) in ethr_tsd_set()
593 ethr_tsd_get(ethr_tsd_key key) in ethr_tsd_get()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/lib_src/win/
H A Dethread.c544 ethr_tsd_key_create(ethr_tsd_key *keyp, char *keyname) in ethr_tsd_key_create()
560 *keyp = (ethr_tsd_key) key; in ethr_tsd_key_create()
565 ethr_tsd_key_delete(ethr_tsd_key key) in ethr_tsd_key_delete()
579 ethr_tsd_set(ethr_tsd_key key, void *value) in ethr_tsd_set()
593 ethr_tsd_get(ethr_tsd_key key) in ethr_tsd_get()
/dports/lang/erlang/otp-OTP-24.1.7/erts/lib_src/win/
H A Dethread.c544 ethr_tsd_key_create(ethr_tsd_key *keyp, char *keyname) in ethr_tsd_key_create()
560 *keyp = (ethr_tsd_key) key; in ethr_tsd_key_create()
565 ethr_tsd_key_delete(ethr_tsd_key key) in ethr_tsd_key_delete()
579 ethr_tsd_set(ethr_tsd_key key, void *value) in ethr_tsd_set()
593 ethr_tsd_get(ethr_tsd_key key) in ethr_tsd_get()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/include/internal/
H A Dethread.h132 typedef pthread_key_t ethr_tsd_key; typedef
194 typedef DWORD ethr_tsd_key; typedef
519 int ethr_tsd_key_create(ethr_tsd_key *,char *);
520 int ethr_tsd_key_delete(ethr_tsd_key);
521 int ethr_tsd_set(ethr_tsd_key, void *);
522 void *ethr_tsd_get(ethr_tsd_key);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/include/internal/
H A Dethread.h131 typedef pthread_key_t ethr_tsd_key; typedef
193 typedef DWORD ethr_tsd_key; typedef
514 int ethr_tsd_key_create(ethr_tsd_key *,char *);
515 int ethr_tsd_key_delete(ethr_tsd_key);
516 int ethr_tsd_set(ethr_tsd_key, void *);
517 void *ethr_tsd_get(ethr_tsd_key);
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/include/internal/
H A Dethread.h130 typedef pthread_key_t ethr_tsd_key; typedef
192 typedef DWORD ethr_tsd_key; typedef
513 int ethr_tsd_key_create(ethr_tsd_key *,char *);
514 int ethr_tsd_key_delete(ethr_tsd_key);
515 int ethr_tsd_set(ethr_tsd_key, void *);
516 void *ethr_tsd_get(ethr_tsd_key);
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/include/internal/
H A Dethread.h132 typedef pthread_key_t ethr_tsd_key; typedef
194 typedef DWORD ethr_tsd_key; typedef
519 int ethr_tsd_key_create(ethr_tsd_key *,char *);
520 int ethr_tsd_key_delete(ethr_tsd_key);
521 int ethr_tsd_set(ethr_tsd_key, void *);
522 void *ethr_tsd_get(ethr_tsd_key);
/dports/lang/erlang/otp-OTP-24.1.7/erts/include/internal/
H A Dethread.h132 typedef pthread_key_t ethr_tsd_key; typedef
194 typedef DWORD ethr_tsd_key; typedef
519 int ethr_tsd_key_create(ethr_tsd_key *,char *);
520 int ethr_tsd_key_delete(ethr_tsd_key);
521 int ethr_tsd_set(ethr_tsd_key, void *);
522 void *ethr_tsd_get(ethr_tsd_key);
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/include/internal/
H A Dethread.h132 typedef pthread_key_t ethr_tsd_key; typedef
194 typedef DWORD ethr_tsd_key; typedef
519 int ethr_tsd_key_create(ethr_tsd_key *,char *);
520 int ethr_tsd_key_delete(ethr_tsd_key);
521 int ethr_tsd_set(ethr_tsd_key, void *);
522 void *ethr_tsd_get(ethr_tsd_key);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/include/internal/
H A Dethread.h131 typedef pthread_key_t ethr_tsd_key; typedef
193 typedef DWORD ethr_tsd_key; typedef
514 int ethr_tsd_key_create(ethr_tsd_key *,char *);
515 int ethr_tsd_key_delete(ethr_tsd_key);
516 int ethr_tsd_set(ethr_tsd_key, void *);
517 void *ethr_tsd_get(ethr_tsd_key);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/lib_src/pthread/
H A Dethread.c557 ethr_tsd_key_create(ethr_tsd_key *keyp, char *keyname) in ethr_tsd_key_create()
573 ethr_tsd_key_delete(ethr_tsd_key key) in ethr_tsd_key_delete()
585 ethr_tsd_set(ethr_tsd_key key, void *value) in ethr_tsd_set()
597 ethr_tsd_get(ethr_tsd_key key) in ethr_tsd_get()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/lib_src/pthread/
H A Dethread.c557 ethr_tsd_key_create(ethr_tsd_key *keyp, char *keyname) in ethr_tsd_key_create()
573 ethr_tsd_key_delete(ethr_tsd_key key) in ethr_tsd_key_delete()
585 ethr_tsd_set(ethr_tsd_key key, void *value) in ethr_tsd_set()
597 ethr_tsd_get(ethr_tsd_key key) in ethr_tsd_get()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/lib_src/pthread/
H A Dethread.c583 ethr_tsd_key_create(ethr_tsd_key *keyp, char *keyname) in ethr_tsd_key_create()
599 ethr_tsd_key_delete(ethr_tsd_key key) in ethr_tsd_key_delete()
611 ethr_tsd_set(ethr_tsd_key key, void *value) in ethr_tsd_set()
623 ethr_tsd_get(ethr_tsd_key key) in ethr_tsd_get()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/lib_src/pthread/
H A Dethread.c583 ethr_tsd_key_create(ethr_tsd_key *keyp, char *keyname) in ethr_tsd_key_create()
599 ethr_tsd_key_delete(ethr_tsd_key key) in ethr_tsd_key_delete()
611 ethr_tsd_set(ethr_tsd_key key, void *value) in ethr_tsd_set()
623 ethr_tsd_get(ethr_tsd_key key) in ethr_tsd_get()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/lib_src/pthread/
H A Dethread.c583 ethr_tsd_key_create(ethr_tsd_key *keyp, char *keyname) in ethr_tsd_key_create()
599 ethr_tsd_key_delete(ethr_tsd_key key) in ethr_tsd_key_delete()
611 ethr_tsd_set(ethr_tsd_key key, void *value) in ethr_tsd_set()
623 ethr_tsd_get(ethr_tsd_key key) in ethr_tsd_get()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/lib_src/pthread/
H A Dethread.c583 ethr_tsd_key_create(ethr_tsd_key *keyp, char *keyname) in ethr_tsd_key_create()
599 ethr_tsd_key_delete(ethr_tsd_key key) in ethr_tsd_key_delete()
611 ethr_tsd_set(ethr_tsd_key key, void *value) in ethr_tsd_set()
623 ethr_tsd_get(ethr_tsd_key key) in ethr_tsd_get()
/dports/lang/erlang/otp-OTP-24.1.7/erts/lib_src/pthread/
H A Dethread.c583 ethr_tsd_key_create(ethr_tsd_key *keyp, char *keyname) in ethr_tsd_key_create()
599 ethr_tsd_key_delete(ethr_tsd_key key) in ethr_tsd_key_delete()
611 ethr_tsd_set(ethr_tsd_key key, void *value) in ethr_tsd_set()
623 ethr_tsd_get(ethr_tsd_key key) in ethr_tsd_get()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_lock_count.c49 ethr_tsd_key lcnt_thr_data_key__;
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_lock_count.c49 ethr_tsd_key lcnt_thr_data_key__;
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_lock_count.c49 ethr_tsd_key lcnt_thr_data_key__;
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_lock_count.c49 ethr_tsd_key lcnt_thr_data_key__;

123