Home
last modified time | relevance | path

Searched refs:joiner (Results 1 – 9 of 9) sorted by last modified time

/dragonfly/share/dict/
H A Dweb2a10071 carriage joiner
10826 chain joiner
21197 film joiner
30964 joiner hardware
30965 joiner work
33854 loom joiner
53738 ship joiner
H A Dweb2100253 joiner
/dragonfly/lib/libthread_xu/thread/
H A Dthr_join.c47 pthread->joiner = NULL; in backout_join()
90 } else if (pthread->joiner != NULL) { in join_common()
99 pthread->joiner = curthread; in join_common()
129 pthread->joiner = NULL; in join_common()
136 pthread->joiner = NULL; in join_common()
H A Dthr_private.h405 struct __pthread_s *joiner; member
H A Dthr_detach.c54 (pthread->joiner != NULL)) { in _pthread_detach()
H A Dthr_exit.c157 if (curthread->joiner) in exit_thread()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-threadupdate.c1965 basic_block joiner = e->dest; in mark_threaded_blocks() local
1968 edge e2 = find_edge (joiner, final_dest); in mark_threaded_blocks()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddecl2.c3471 char joiner; in start_objects() local
3474 joiner = JOINER; in start_objects()
3476 joiner = '_'; in start_objects()
3479 sprintf (type, "sub_%c%c%.5u", method_type, joiner, initp); in start_objects()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Ddecl2.c2783 char joiner; in start_objects() local
2786 joiner = JOINER; in start_objects()
2788 joiner = '_'; in start_objects()
2791 sprintf (type, "sub_%c%c%.5u", method_type, joiner, initp); in start_objects()