Searched refs:detached (Results 1 - 25 of 29) sorted by relevance

12

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_detach/
H A D1-2.c113 /* Post the semaphore to unlock the main thread in case of a detached thread */
137 if (scenarii[sc].detached != 0) /* only joinable threads can be detached */
143 /* for detached scenarii, we will call pthread_detach from inside the thread.
146 ret = pthread_create(&child, &scenarii[sc].ta, threaded, (scenarii[sc].detached != 0)?&ret:NULL);
174 if (scenarii[sc].detached == 0)
182 if (ret == 0) { FAILED("We were able to join a detached thread."); }
H A D2-2.c148 if (scenarii[sc].detached != 0) /* only joinable threads can be detached */
154 /* for detached scenarii, we will call pthread_detach from inside the thread.
157 ret = pthread_create(&child, &scenarii[sc].ta, threaded, (scenarii[sc].detached != 0)?&ret:NULL);
180 if (scenarii[sc].detached == 0)
H A Dthreads_scenarii.c33 int detached; /* 0 => joinable; 1 => detached */ member in struct:__scenario
47 sem_t sem; /* This semaphore is used to signal the end of the detached threads execution */
52 .detached=det, \
72 * -> Do not have a detached thread use an alternative stack;
81 /* 1*/ ,CASE_POS( 1, 0, 0, 0, 0, 0, 0, 0, "detached")
162 if (scenarii[i].detached == 1)
401 if (scenarii[sc].detached == 0)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_exit/
H A D1-2.c22 * the argument (if the thread is not detached).
128 if (scenarii[i].detached == 0)
H A D4-1.c146 if (scenarii[i].detached == 0)
H A D2-2.c146 if (scenarii[i].detached == 0)
H A D5-1.c165 if (scenarii[i].detached == 0)
H A Dthreads_scenarii.c33 int detached; /* 0 => joinable; 1 => detached */ member in struct:__scenario
47 sem_t sem; /* This semaphore is used to signal the end of the detached threads execution */
52 .detached=det, \
72 * -> Do not have a detached thread use an alternative stack;
81 /* 1*/ ,CASE_POS( 1, 0, 0, 0, 0, 0, 0, 0, "detached")
162 if (scenarii[i].detached == 1)
401 if (scenarii[sc].detached == 0)
H A D3-2.c171 if (scenarii[i].detached == 0)
H A D6-1.c182 /* Signal we're done (especially in case of a detached thread) */
278 if (scenarii[sc].detached == 0)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_create/
H A Dthreads_scenarii.c33 int detached; /* 0 => joinable; 1 => detached */ member in struct:__scenario
47 sem_t sem; /* This semaphore is used to signal the end of the detached threads execution */
52 .detached=det, \
72 * -> Do not have a detached thread use an alternative stack;
81 /* 1*/ ,CASE_POS( 1, 0, 0, 0, 0, 0, 0, 0, "detached")
162 if (scenarii[i].detached == 1)
399 if (scenarii[sc].detached == 0)
H A D1-4.c143 /* Post the semaphore to unlock the main thread in case of a detached thread */
199 if (scenarii[i].detached == 0)
H A D1-5.c124 /* Post the semaphore to unlock the main thread in case of a detached thread */
237 if (scenarii[sc].detached == 0)
256 /* Post the semaphore to unlock the main thread in case of a detached thread */
H A D14-1.c176 /* Signal we're done (especially in case of a detached thread) */
230 if (scenarii[sc].detached == 0)
H A D8-2.c127 /* Signal we're done (especially in case of a detached thread) */
211 if (scenarii[sc].detached == 0)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_create/
H A Dthreads_scenarii.c33 int detached; /* 0 => joinable; 1 => detached */ member in struct:__scenario
47 sem_t sem; /* This semaphore is used to signal the end of the detached threads execution */
52 .detached=det, \
72 * -> Do not have a detached thread use an alternative stack;
81 /* 1*/ ,CASE_POS( 1, 0, 0, 0, 0, 0, 0, 0, "detached")
162 if (scenarii[i].detached == 1)
401 if (scenarii[sc].detached == 0)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_exit/
H A Dthreads_scenarii.c33 int detached; /* 0 => joinable; 1 => detached */ member in struct:__scenario
47 sem_t sem; /* This semaphore is used to signal the end of the detached threads execution */
52 .detached=det, \
72 * -> Do not have a detached thread use an alternative stack;
81 /* 1*/ ,CASE_POS( 1, 0, 0, 0, 0, 0, 0, 0, "detached")
162 if (scenarii[i].detached == 1)
401 if (scenarii[sc].detached == 0)
H A Dstress.c122 /* Signal we're done (especially in case of a detached thread) */
217 if ((scenarii[sc].altstack == 0) && (scenarii[sc].detached == 0) && (rets[i*NSCENAR + sc] == 0))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_self/
H A Dthreads_scenarii.c33 int detached; /* 0 => joinable; 1 => detached */ member in struct:__scenario
47 sem_t sem; /* This semaphore is used to signal the end of the detached threads execution */
52 .detached=det, \
72 * -> Do not have a detached thread use an alternative stack;
82 /* 1*/ ,CASE_POS( 1, 0, 0, 0, 0, 0, 0, 0, "detached")
96 /* 1*/ ,CASE_POS( 1, 0, 0, 0, 0, 0, 0, 0, "detached")
108 /* 1*/ ,CASE_POS( 1, 0, 0, 0, 0, 0, 0, 0, "detached")
120 /* 1*/ ,CASE_POS( 1, 0, 0, 0, 0, 0, 0, 0, "detached")
200 if (scenarii[i].detached
[all...]
H A Dstress.c297 if (scenarii[sc].detached == 0)
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_sys.c1271 int detached; member in struct:_fluid_thread_t
1280 if (thread->detached) {
1305 thread->detached = detach;
1341 int detached; member in struct:_fluid_thread_t
1350 if (thread->detached) {
1375 thread->detached = detach;
1417 int detached; member in struct:_fluid_thread_t
1426 if (thread->detached) {
1451 thread->detached = detach;
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DJournal.cpp344 bool detached, uint8** _escapedData, uint32 &logBlock, off_t& blockNumber,
429 fTransactionID, detached, &cookie, &blockNumber, NULL, NULL);
466 bool detached = false; local
482 detached = true;
548 fTransactionID, detached, &cookie, &blockNumber, NULL, NULL);
561 status = _WritePartialTransactionToLog(descriptorBlock, detached,
572 status = _WritePartialTransactionToLog(descriptorBlock, detached,
639 if (detached) {
343 _WritePartialTransactionToLog(JournalHeader* descriptorBlock, bool detached, uint8** _escapedData, uint32 &logBlock, off_t& blockNumber, long& cookie, ArrayDeleter<uint8>& escapedDataDeleter, uint32& blockCount, bool& finished) argument
H A DJournal.h190 bool detached, uint8** escapedBlock,
/haiku-fatelf/src/bin/gdb/gdb/osf-share/
H A Dcma_tcb_defs.h250 cma_t_boolean detached; /* Set if already detached */ member in struct:CMA__T_INT_TCB
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp715 bool detached = false; local
722 detached = true;
748 fTransactionID, detached, &cookie, &blockNumber, NULL,
759 if (detached) {
890 if (detached) {

Completed in 206 milliseconds

12