vcomp: No-op stub for _vcomp_barrier.

This commit is contained in:
Dan Kegel 2012-10-15 11:48:37 -07:00 committed by Alexandre Julliard
parent 2a0055af29
commit fd104f83d3
4 changed files with 8 additions and 3 deletions

View File

@ -86,6 +86,11 @@ void CDECL omp_set_num_threads(int num_threads)
TRACE("(%d): stub\n", num_threads);
}
void CDECL _vcomp_barrier(void)
{
TRACE("stub\n");
}
void CDECL _vcomp_set_num_threads(int num_threads)
{
TRACE("(%d): stub\n", num_threads);

View File

@ -50,7 +50,7 @@
@ stub _vcomp_atomic_xor_i2
@ stub _vcomp_atomic_xor_i4
@ stub _vcomp_atomic_xor_i8
@ stub _vcomp_barrier
@ cdecl _vcomp_barrier()
@ stub _vcomp_copyprivate_broadcast
@ stub _vcomp_copyprivate_receive
@ stub _vcomp_enter_critsect

View File

@ -50,7 +50,7 @@
@ stub _vcomp_atomic_xor_i2
@ stub _vcomp_atomic_xor_i4
@ stub _vcomp_atomic_xor_i8
@ stub _vcomp_barrier
@ cdecl _vcomp_barrier() vcomp._vcomp_barrier
@ stub _vcomp_copyprivate_broadcast
@ stub _vcomp_copyprivate_receive
@ stub _vcomp_enter_critsect

View File

@ -50,7 +50,7 @@
@ stub _vcomp_atomic_xor_i2
@ stub _vcomp_atomic_xor_i4
@ stub _vcomp_atomic_xor_i8
@ stub _vcomp_barrier
@ cdecl _vcomp_barrier() vcomp._vcomp_barrier
@ stub _vcomp_copyprivate_broadcast
@ stub _vcomp_copyprivate_receive
@ stub _vcomp_enter_critsect