HomeSort by: relevance | last modified time | path
    Searched defs:thrd_exit (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libpthread/
thrd.c 126 thrd_exit(int res) function
  /src/external/gpl3/gdb/dist/gnulib/import/
mbrtowc.c 41 # pragma weak thrd_exit macro
42 # define c11_threads_in_use() (thrd_exit != NULL)
setlocale_null.c 43 # pragma weak thrd_exit macro
44 # define c11_threads_in_use() (thrd_exit != NULL)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
mbrtowc.c 41 # pragma weak thrd_exit macro
42 # define c11_threads_in_use() (thrd_exit != NULL)
setlocale_null.c 43 # pragma weak thrd_exit macro
44 # define c11_threads_in_use() (thrd_exit != NULL)
  /src/tests/lib/libpthread/
t_thrd.c 125 ATF_TC(thrd_exit); variable
126 ATF_TC_HEAD(thrd_exit, tc)
128 atf_tc_set_md_var(tc, "descr", "Test C11 thrd_exit(3)");
135 thrd_exit(1);
147 ATF_TC_BODY(thrd_exit, tc)
232 ATF_TP_ADD_TC(tp, thrd_exit);
  /src/external/gpl3/gdb/dist/gnulib/import/glthread/
lock.h 88 # pragma weak thrd_exit macro
89 # define c11_threads_in_use() (thrd_exit != NULL)
  /src/external/gpl3/gdb.old/dist/gnulib/import/glthread/
lock.h 88 # pragma weak thrd_exit macro
89 # define c11_threads_in_use() (thrd_exit != NULL)

Completed in 28 milliseconds