OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finish_semaphore
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
infcall-from-bp-cond-single.c
28
sem_t
finish_semaphore
;
variable
70
if (sem_wait (&
finish_semaphore
) != 0)
95
if (sem_init (&
finish_semaphore
, 0, 0) != 0)
124
/* Now post
FINISH_SEMAPHORE
to allow all the other threads to finish. */
126
sem_post (&
finish_semaphore
);
133
sem_destroy (&
finish_semaphore
);
infcall-from-bp-cond-timeout.c
30
sem_t
finish_semaphore
;
variable
93
if (sem_wait (&
finish_semaphore
) != 0)
120
if (sem_init (&
finish_semaphore
, 0, 0) != 0)
152
/* Now post
FINISH_SEMAPHORE
to allow all the other threads to finish. */
154
sem_post (&
finish_semaphore
);
161
sem_destroy (&
finish_semaphore
);
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
infcall-from-bp-cond-single.c
28
sem_t
finish_semaphore
;
variable
70
if (sem_wait (&
finish_semaphore
) != 0)
95
if (sem_init (&
finish_semaphore
, 0, 0) != 0)
124
/* Now post
FINISH_SEMAPHORE
to allow all the other threads to finish. */
126
sem_post (&
finish_semaphore
);
133
sem_destroy (&
finish_semaphore
);
infcall-from-bp-cond-timeout.c
30
sem_t
finish_semaphore
;
variable
93
if (sem_wait (&
finish_semaphore
) != 0)
120
if (sem_init (&
finish_semaphore
, 0, 0) != 0)
152
/* Now post
FINISH_SEMAPHORE
to allow all the other threads to finish. */
154
sem_post (&
finish_semaphore
);
161
sem_destroy (&
finish_semaphore
);
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026