Searched refs:subthread (Results 1 – 3 of 3) sorted by relevance
37 pthread_t subthread; in MaybeRunWithThread() local39 pthread_create(&subthread, NULL, WaitingThreadFn, NULL); in MaybeRunWithThread()43 pthread_cancel(subthread); in MaybeRunWithThread()44 pthread_join(subthread, NULL); in MaybeRunWithThread()49 pthread_t subthread; in MaybeRunWithThread() local51 pthread_create(&subthread, NULL, WaitingThreadFn, NULL); in MaybeRunWithThread()55 pthread_cancel(subthread); in MaybeRunWithThread()56 pthread_join(subthread, NULL); in MaybeRunWithThread()
386 o Correctly notify the main thread when activating an event from a subthread (5beeec9)