Home
last modified time | relevance | path

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

/src/tests/sys/capsicum/
H A Dcapsicum-test.h24 static inline void *WaitingThreadFn(void *) { in WaitingThreadFn() function
39 pthread_create(&subthread, NULL, WaitingThreadFn, NULL); in MaybeRunWithThread()
51 pthread_create(&subthread, NULL, WaitingThreadFn, NULL); in MaybeRunWithThread()