Home
last modified time | relevance | path

Searched refs:subthread (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/capsicum-test/
H A Dcapsicum-test.h37 pthread_t subthread; in MaybeRunWithThread() local
39 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() local
51 pthread_create(&subthread, NULL, WaitingThreadFn, NULL); in MaybeRunWithThread()
55 pthread_cancel(subthread); in MaybeRunWithThread()
56 pthread_join(subthread, NULL); in MaybeRunWithThread()
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-2.0386 o Correctly notify the main thread when activating an event from a subthread (5beeec9)
/freebsd/contrib/libevent/
H A DChangeLog-2.0386 o Correctly notify the main thread when activating an event from a subthread (5beeec9)