Home
last modified time | relevance | path

Searched refs:ethr_tid (Results 1 – 25 of 77) sorted by relevance

1234

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/lib_src/win/
H A Dethread.c53 ethr_tid *tid;
71 static ethr_tid main_thr_tid;
99 ethr_tid my_tid; in thr_wrapper()
416 int ethr_thr_join(ethr_tid tid, void **res) in ethr_thr_join()
453 ethr_thr_detach(ethr_tid tid) in ethr_thr_detach()
482 ethr_tid *tid; in ethr_thr_exit()
498 ethr_tid
501 ethr_tid *tid; in ethr_self()
504 ethr_tid dummy_tid = {ETHR_INVALID_TID_ID, NULL}; in ethr_self()
521 ethr_getname(ethr_tid tid, char *buf, size_t len) in ethr_getname()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/lib_src/win/
H A Dethread.c53 ethr_tid *tid;
71 static ethr_tid main_thr_tid;
99 ethr_tid my_tid; in thr_wrapper()
416 int ethr_thr_join(ethr_tid tid, void **res) in ethr_thr_join()
453 ethr_thr_detach(ethr_tid tid) in ethr_thr_detach()
482 ethr_tid *tid; in ethr_thr_exit()
498 ethr_tid
501 ethr_tid *tid; in ethr_self()
504 ethr_tid dummy_tid = {ETHR_INVALID_TID_ID, NULL}; in ethr_self()
521 ethr_getname(ethr_tid tid, char *buf, size_t len) in ethr_getname()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/lib_src/win/
H A Dethread.c53 ethr_tid *tid;
71 static ethr_tid main_thr_tid;
99 ethr_tid my_tid; in thr_wrapper()
416 int ethr_thr_join(ethr_tid tid, void **res) in ethr_thr_join()
453 ethr_thr_detach(ethr_tid tid) in ethr_thr_detach()
482 ethr_tid *tid; in ethr_thr_exit()
498 ethr_tid
501 ethr_tid *tid; in ethr_self()
504 ethr_tid dummy_tid = {ETHR_INVALID_TID_ID, NULL}; in ethr_self()
521 ethr_getname(ethr_tid tid, char *buf, size_t len) in ethr_getname()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/lib_src/win/
H A Dethread.c53 ethr_tid *tid;
71 static ethr_tid main_thr_tid;
99 ethr_tid my_tid; in thr_wrapper()
416 int ethr_thr_join(ethr_tid tid, void **res) in ethr_thr_join()
453 ethr_thr_detach(ethr_tid tid) in ethr_thr_detach()
482 ethr_tid *tid; in ethr_thr_exit()
498 ethr_tid
501 ethr_tid *tid; in ethr_self()
504 ethr_tid dummy_tid = {ETHR_INVALID_TID_ID, NULL}; in ethr_self()
521 ethr_getname(ethr_tid tid, char *buf, size_t len) in ethr_getname()
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/lib_src/win/
H A Dethread.c53 ethr_tid *tid;
71 static ethr_tid main_thr_tid;
99 ethr_tid my_tid; in thr_wrapper()
416 int ethr_thr_join(ethr_tid tid, void **res) in ethr_thr_join()
453 ethr_thr_detach(ethr_tid tid) in ethr_thr_detach()
482 ethr_tid *tid; in ethr_thr_exit()
498 ethr_tid
501 ethr_tid *tid; in ethr_self()
504 ethr_tid dummy_tid = {ETHR_INVALID_TID_ID, NULL}; in ethr_self()
521 ethr_getname(ethr_tid tid, char *buf, size_t len) in ethr_getname()
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/lib_src/win/
H A Dethread.c53 ethr_tid *tid;
71 static ethr_tid main_thr_tid;
99 ethr_tid my_tid; in thr_wrapper()
416 int ethr_thr_join(ethr_tid tid, void **res) in ethr_thr_join()
453 ethr_thr_detach(ethr_tid tid) in ethr_thr_detach()
482 ethr_tid *tid; in ethr_thr_exit()
498 ethr_tid
501 ethr_tid *tid; in ethr_self()
504 ethr_tid dummy_tid = {ETHR_INVALID_TID_ID, NULL}; in ethr_self()
521 ethr_getname(ethr_tid tid, char *buf, size_t len) in ethr_getname()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/lib_src/win/
H A Dethread.c53 ethr_tid *tid;
71 static ethr_tid main_thr_tid;
99 ethr_tid my_tid; in thr_wrapper()
416 int ethr_thr_join(ethr_tid tid, void **res) in ethr_thr_join()
453 ethr_thr_detach(ethr_tid tid) in ethr_thr_detach()
482 ethr_tid *tid; in ethr_thr_exit()
498 ethr_tid
501 ethr_tid *tid; in ethr_self()
504 ethr_tid dummy_tid = {ETHR_INVALID_TID_ID, NULL}; in ethr_self()
521 ethr_getname(ethr_tid tid, char *buf, size_t len) in ethr_getname()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/lib_src/pthread/
H A Dethread.c307 ethr_thr_create(ethr_tid *tid, void * (*func)(void *), void *arg, in ethr_thr_create()
440 ethr_thr_join(ethr_tid tid, void **res) in ethr_thr_join()
452 ethr_thr_detach(ethr_tid tid) in ethr_thr_detach()
476 ethr_tid
479 return (ethr_tid) pthread_self(); in ethr_self()
483 ethr_getname(ethr_tid tid, char *buf, size_t len) in ethr_getname()
507 ethr_equal_tids(ethr_tid tid1, ethr_tid tid2) in ethr_equal_tids()
650 int ethr_kill(const ethr_tid tid, const int sig) in ethr_kill()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/lib_src/pthread/
H A Dethread.c307 ethr_thr_create(ethr_tid *tid, void * (*func)(void *), void *arg, in ethr_thr_create()
440 ethr_thr_join(ethr_tid tid, void **res) in ethr_thr_join()
452 ethr_thr_detach(ethr_tid tid) in ethr_thr_detach()
476 ethr_tid
479 return (ethr_tid) pthread_self(); in ethr_self()
483 ethr_getname(ethr_tid tid, char *buf, size_t len) in ethr_getname()
507 ethr_equal_tids(ethr_tid tid1, ethr_tid tid2) in ethr_equal_tids()
650 int ethr_kill(const ethr_tid tid, const int sig) in ethr_kill()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/include/internal/
H A Dethread.h130 typedef pthread_t ethr_tid; typedef
192 } ethr_tid; /* thread id type */ typedef
510 int ethr_thr_create(ethr_tid *, void * (*)(void *), void *, ethr_thr_opts *);
511 int ethr_thr_join(ethr_tid, void **);
512 int ethr_thr_detach(ethr_tid);
514 ethr_tid ethr_self(void);
515 int ethr_getname(ethr_tid, char *, size_t);
517 int ethr_equal_tids(ethr_tid, ethr_tid);
531 int ethr_kill(const ethr_tid tid, const int sig);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/include/internal/
H A Dethread.h129 typedef pthread_t ethr_tid; typedef
191 } ethr_tid; /* thread id type */ typedef
505 int ethr_thr_create(ethr_tid *, void * (*)(void *), void *, ethr_thr_opts *);
506 int ethr_thr_join(ethr_tid, void **);
507 int ethr_thr_detach(ethr_tid);
509 ethr_tid ethr_self(void);
510 int ethr_getname(ethr_tid, char *, size_t);
512 int ethr_equal_tids(ethr_tid, ethr_tid);
526 int ethr_kill(const ethr_tid tid, const int sig);
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/include/internal/
H A Dethread.h128 typedef pthread_t ethr_tid; typedef
190 } ethr_tid; /* thread id type */ typedef
504 int ethr_thr_create(ethr_tid *, void * (*)(void *), void *, ethr_thr_opts *);
505 int ethr_thr_join(ethr_tid, void **);
506 int ethr_thr_detach(ethr_tid);
508 ethr_tid ethr_self(void);
509 int ethr_getname(ethr_tid, char *, size_t);
511 int ethr_equal_tids(ethr_tid, ethr_tid);
525 int ethr_kill(const ethr_tid tid, const int sig);
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/include/internal/
H A Dethread.h130 typedef pthread_t ethr_tid; typedef
192 } ethr_tid; /* thread id type */ typedef
510 int ethr_thr_create(ethr_tid *, void * (*)(void *), void *, ethr_thr_opts *);
511 int ethr_thr_join(ethr_tid, void **);
512 int ethr_thr_detach(ethr_tid);
514 ethr_tid ethr_self(void);
515 int ethr_getname(ethr_tid, char *, size_t);
517 int ethr_equal_tids(ethr_tid, ethr_tid);
531 int ethr_kill(const ethr_tid tid, const int sig);
/dports/lang/erlang/otp-OTP-24.1.7/erts/include/internal/
H A Dethread.h130 typedef pthread_t ethr_tid; typedef
192 } ethr_tid; /* thread id type */ typedef
510 int ethr_thr_create(ethr_tid *, void * (*)(void *), void *, ethr_thr_opts *);
511 int ethr_thr_join(ethr_tid, void **);
512 int ethr_thr_detach(ethr_tid);
514 ethr_tid ethr_self(void);
515 int ethr_getname(ethr_tid, char *, size_t);
517 int ethr_equal_tids(ethr_tid, ethr_tid);
531 int ethr_kill(const ethr_tid tid, const int sig);
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/include/internal/
H A Dethread.h130 typedef pthread_t ethr_tid; typedef
192 } ethr_tid; /* thread id type */ typedef
510 int ethr_thr_create(ethr_tid *, void * (*)(void *), void *, ethr_thr_opts *);
511 int ethr_thr_join(ethr_tid, void **);
512 int ethr_thr_detach(ethr_tid);
514 ethr_tid ethr_self(void);
515 int ethr_getname(ethr_tid, char *, size_t);
517 int ethr_equal_tids(ethr_tid, ethr_tid);
531 int ethr_kill(const ethr_tid tid, const int sig);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/include/internal/
H A Dethread.h129 typedef pthread_t ethr_tid; typedef
191 } ethr_tid; /* thread id type */ typedef
505 int ethr_thr_create(ethr_tid *, void * (*)(void *), void *, ethr_thr_opts *);
506 int ethr_thr_join(ethr_tid, void **);
507 int ethr_thr_detach(ethr_tid);
509 ethr_tid ethr_self(void);
510 int ethr_getname(ethr_tid, char *, size_t);
512 int ethr_equal_tids(ethr_tid, ethr_tid);
526 int ethr_kill(const ethr_tid tid, const int sig);
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/lib_src/pthread/
H A Dethread.c311 ethr_thr_create(ethr_tid *tid, void * (*func)(void *), void *arg, in ethr_thr_create()
458 ethr_thr_join(ethr_tid tid, void **res) in ethr_thr_join()
470 ethr_thr_detach(ethr_tid tid) in ethr_thr_detach()
494 ethr_tid
497 return (ethr_tid) pthread_self(); in ethr_self()
501 ethr_getname(ethr_tid tid, char *buf, size_t len) in ethr_getname()
533 ethr_equal_tids(ethr_tid tid1, ethr_tid tid2) in ethr_equal_tids()
676 int ethr_kill(const ethr_tid tid, const int sig) in ethr_kill()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/lib_src/pthread/
H A Dethread.c311 ethr_thr_create(ethr_tid *tid, void * (*func)(void *), void *arg, in ethr_thr_create()
458 ethr_thr_join(ethr_tid tid, void **res) in ethr_thr_join()
470 ethr_thr_detach(ethr_tid tid) in ethr_thr_detach()
494 ethr_tid
497 return (ethr_tid) pthread_self(); in ethr_self()
501 ethr_getname(ethr_tid tid, char *buf, size_t len) in ethr_getname()
533 ethr_equal_tids(ethr_tid tid1, ethr_tid tid2) in ethr_equal_tids()
676 int ethr_kill(const ethr_tid tid, const int sig) in ethr_kill()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/lib_src/pthread/
H A Dethread.c311 ethr_thr_create(ethr_tid *tid, void * (*func)(void *), void *arg, in ethr_thr_create()
458 ethr_thr_join(ethr_tid tid, void **res) in ethr_thr_join()
470 ethr_thr_detach(ethr_tid tid) in ethr_thr_detach()
494 ethr_tid
497 return (ethr_tid) pthread_self(); in ethr_self()
501 ethr_getname(ethr_tid tid, char *buf, size_t len) in ethr_getname()
533 ethr_equal_tids(ethr_tid tid1, ethr_tid tid2) in ethr_equal_tids()
676 int ethr_kill(const ethr_tid tid, const int sig) in ethr_kill()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/lib_src/pthread/
H A Dethread.c311 ethr_thr_create(ethr_tid *tid, void * (*func)(void *), void *arg, in ethr_thr_create()
458 ethr_thr_join(ethr_tid tid, void **res) in ethr_thr_join()
470 ethr_thr_detach(ethr_tid tid) in ethr_thr_detach()
494 ethr_tid
497 return (ethr_tid) pthread_self(); in ethr_self()
501 ethr_getname(ethr_tid tid, char *buf, size_t len) in ethr_getname()
533 ethr_equal_tids(ethr_tid tid1, ethr_tid tid2) in ethr_equal_tids()
676 int ethr_kill(const ethr_tid tid, const int sig) in ethr_kill()
/dports/lang/erlang/otp-OTP-24.1.7/erts/lib_src/pthread/
H A Dethread.c311 ethr_thr_create(ethr_tid *tid, void * (*func)(void *), void *arg, in ethr_thr_create()
458 ethr_thr_join(ethr_tid tid, void **res) in ethr_thr_join()
470 ethr_thr_detach(ethr_tid tid) in ethr_thr_detach()
494 ethr_tid
497 return (ethr_tid) pthread_self(); in ethr_self()
501 ethr_getname(ethr_tid tid, char *buf, size_t len) in ethr_getname()
533 ethr_equal_tids(ethr_tid tid1, ethr_tid tid2) in ethr_equal_tids()
676 int ethr_kill(const ethr_tid tid, const int sig) in ethr_kill()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/test/ethread_SUITE_data/
H A Dethread_tests.c222 static ethr_tid ett_tids[3];
393 ethr_tid tid; in mutex_test()
495 ethr_tid tid; in try_lock_mutex_test()
585 ethr_tid tid1, tid2; in cond_wait_test()
894 ethr_tid *tids; in mtt_create_join_threads()
898 tids = (ethr_tid *) malloc(sizeof(ethr_tid)*no_tids); in mtt_create_join_threads()
911 tids = (ethr_tid *) realloc((void *)tids, sizeof(ethr_tid)*no_tids); in mtt_create_join_threads()
1011 ethr_tid tid[TT_THREADS]; in tsd_test()
1074 ethr_tid tid; in spinlock_test()
1184 ethr_tid tid; in rwspinlock_test()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/test/ethread_SUITE_data/
H A Dethread_tests.c222 static ethr_tid ett_tids[3];
359 ethr_tid tid; in mutex_test()
461 ethr_tid tid; in try_lock_mutex_test()
551 ethr_tid tid1, tid2; in cond_wait_test()
860 ethr_tid *tids; in mtt_create_join_threads()
864 tids = (ethr_tid *) malloc(sizeof(ethr_tid)*no_tids); in mtt_create_join_threads()
877 tids = (ethr_tid *) realloc((void *)tids, sizeof(ethr_tid)*no_tids); in mtt_create_join_threads()
977 ethr_tid tid[TT_THREADS]; in tsd_test()
1040 ethr_tid tid; in spinlock_test()
1150 ethr_tid tid; in rwspinlock_test()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/test/ethread_SUITE_data/
H A Dethread_tests.c222 static ethr_tid ett_tids[3];
393 ethr_tid tid; in mutex_test()
495 ethr_tid tid; in try_lock_mutex_test()
585 ethr_tid tid1, tid2; in cond_wait_test()
894 ethr_tid *tids; in mtt_create_join_threads()
898 tids = (ethr_tid *) malloc(sizeof(ethr_tid)*no_tids); in mtt_create_join_threads()
911 tids = (ethr_tid *) realloc((void *)tids, sizeof(ethr_tid)*no_tids); in mtt_create_join_threads()
1011 ethr_tid tid[TT_THREADS]; in tsd_test()
1074 ethr_tid tid; in spinlock_test()
1184 ethr_tid tid; in rwspinlock_test()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/test/ethread_SUITE_data/
H A Dethread_tests.c222 static ethr_tid ett_tids[3];
393 ethr_tid tid; in mutex_test()
495 ethr_tid tid; in try_lock_mutex_test()
585 ethr_tid tid1, tid2; in cond_wait_test()
894 ethr_tid *tids; in mtt_create_join_threads()
898 tids = (ethr_tid *) malloc(sizeof(ethr_tid)*no_tids); in mtt_create_join_threads()
911 tids = (ethr_tid *) realloc((void *)tids, sizeof(ethr_tid)*no_tids); in mtt_create_join_threads()
1011 ethr_tid tid[TT_THREADS]; in tsd_test()
1074 ethr_tid tid; in spinlock_test()
1184 ethr_tid tid; in rwspinlock_test()
[all …]

1234